summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-09 09:09:25 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-09 09:09:25 +0000
commit20fbc666a8bc3082f3f7f8d5e1efc45479e2ed39 (patch)
tree40e73e48ca0d491ff268ea1f2a989cccc3062c29 /ChangeLog
parent169567f3efd1612866426a9514603eb9dc8c377a (diff)
tests/check/elements/souphttpsrc.c: The ports in libsoup are unsigned integers and not signed integers.
Original commit message from CVS: * tests/check/elements/souphttpsrc.c: (GST_START_TEST), (run_server): The ports in libsoup are unsigned integers and not signed integers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83ff6118..9e30851b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+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
+ integers.
+
+2008-12-08 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 they're needed. If we add all pads in any
+ case we will get a stalling audio pad if the stream contains
+ no audio, which is the case for many MXF files.
+
2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):