diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-10 13:15:11 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-10 13:15:11 +0000 |
commit | a05243cffe20cae4ddcd1207209bf36535b9d826 (patch) | |
tree | 00a5b6ee69dd425c178562449d6fdda155fe9b38 /ChangeLog | |
parent | e6de2ce4fface935cabbd3cbdf74a37497c5846e (diff) | |
download | gst-plugins-bad-a05243cffe20cae4ddcd1207209bf36535b9d826.tar.gz gst-plugins-bad-a05243cffe20cae4ddcd1207209bf36535b9d826.tar.bz2 gst-plugins-bad-a05243cffe20cae4ddcd1207209bf36535b9d826.zip |
gst/playback/gstplaybasebin.c: Don't disable streamtype if the stream doesn't exist, since then playing a video after...
Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (setup_substreams):
Don't disable streamtype if the stream doesn't exist, since
then playing a video after audio will disable both and nothing
will happen. Fixes the testsuite.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/playback/gstplaybasebin.c: (setup_substreams): + Don't disable streamtype if the stream doesn't exist, since + then playing a video after audio will disable both and nothing + will happen. Fixes the testsuite. + +2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init), (gst_v4l_xoverlay_set_xwindow_id): * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init), |