summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-09 09:39:53 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-09 09:39:53 +0000
commit5dbebb29ff1c7b677b9f97abc154fd8cca013f6f (patch)
treec0f98f1f2abbc132dc6b9cb6c07a2b26d6e75219 /ChangeLog
parent20fbc666a8bc3082f3f7f8d5e1efc45479e2ed39 (diff)
ext/dv/gstdvdemux.c: Add srcpads only when needed and remove them again when going back to READY. This prevents stall...
Original commit message from CVS: * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad), (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads), (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video), (gst_dvdemux_chain), (gst_dvdemux_loop), (gst_dvdemux_change_state): Add srcpads only when needed and remove them again when going back to READY. This prevents stalled pipelines if there's no audio inside the DV stream, which happens for many MXF files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e30851b..fc93ecd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
+ (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
+ (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
+ (gst_dvdemux_chain), (gst_dvdemux_loop),
+ (gst_dvdemux_change_state):
+ Add srcpads only when needed and remove them again when going
+ back to READY. This prevents stalled pipelines if there's no
+ audio inside the DV stream, which happens for many MXF files.
+
+2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* tests/check/elements/souphttpsrc.c: (GST_START_TEST),
(run_server):
The ports in libsoup are unsigned integers and not signed