diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-09 09:39:53 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-09 09:39:53 +0000 |
commit | 5dbebb29ff1c7b677b9f97abc154fd8cca013f6f (patch) | |
tree | c0f98f1f2abbc132dc6b9cb6c07a2b26d6e75219 /ChangeLog | |
parent | 20fbc666a8bc3082f3f7f8d5e1efc45479e2ed39 (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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |