mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Fix bug: No OSD until valid video stream shown.
This commit is contained in:
parent
6ce760ccd8
commit
0243b1c8a7
@ -1,6 +1,8 @@
|
|||||||
User johns
|
User johns
|
||||||
Date:
|
Date:
|
||||||
|
|
||||||
|
Wakeup display thread on channel switch, osd can now be shown without
|
||||||
|
video.
|
||||||
Makes 60Hz display mode configurable with setup.conf.
|
Makes 60Hz display mode configurable with setup.conf.
|
||||||
Support downmix of AC-3 to stero.
|
Support downmix of AC-3 to stero.
|
||||||
New audio PES packet parser.
|
New audio PES packet parser.
|
||||||
|
2
Todo
2
Todo
@ -37,7 +37,6 @@ video:
|
|||||||
reduce warnings after channel switch
|
reduce warnings after channel switch
|
||||||
grab image with hardware and better scaling support
|
grab image with hardware and better scaling support
|
||||||
hard channel switch
|
hard channel switch
|
||||||
OSD can only be shown after some stream could be shown
|
|
||||||
yaepghd changed position is lost on channel switch
|
yaepghd changed position is lost on channel switch
|
||||||
pause (live tv) has sometime problems with SAT1 HD Pro7 HD
|
pause (live tv) has sometime problems with SAT1 HD Pro7 HD
|
||||||
|
|
||||||
@ -77,7 +76,6 @@ x11:
|
|||||||
support embedded mode
|
support embedded mode
|
||||||
|
|
||||||
audio:
|
audio:
|
||||||
write TS -> PES parser, which feeds audio before the next start packet
|
|
||||||
Combine alsa+oss ringbuffer code.
|
Combine alsa+oss ringbuffer code.
|
||||||
Make alsa thread/polled and oss thread/polled output module runtime
|
Make alsa thread/polled and oss thread/polled output module runtime
|
||||||
selectable.
|
selectable.
|
||||||
|
@ -1834,6 +1834,7 @@ void SetPlayMode(void)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Resume();
|
Resume();
|
||||||
|
VideoDisplayWakeup();
|
||||||
if (MyVideoDecoder) {
|
if (MyVideoDecoder) {
|
||||||
if (VideoCodecID != CODEC_ID_NONE) {
|
if (VideoCodecID != CODEC_ID_NONE) {
|
||||||
NewVideoStream = 1;
|
NewVideoStream = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user