summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-10 13:15:11 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-10 13:15:11 +0000
commita05243cffe20cae4ddcd1207209bf36535b9d826 (patch)
tree00a5b6ee69dd425c178562449d6fdda155fe9b38
parente6de2ce4fface935cabbd3cbdf74a37497c5846e (diff)
downloadgst-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.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cdf3a83..e306119f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),