summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-07-01 21:40:19 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-07-01 21:40:19 +0000
commit6da2ab35a95708daa42c588ec3320401e87329b5 (patch)
treeee965c0e4fb992c13dbeab5d2b8716e8953b2dd5 /ChangeLog
parentba48156d08fc80ce8d63a4ec071b2c1ab6624db9 (diff)
downloadgst-plugins-bad-6da2ab35a95708daa42c588ec3320401e87329b5.tar.gz
gst-plugins-bad-6da2ab35a95708daa42c588ec3320401e87329b5.tar.bz2
gst-plugins-bad-6da2ab35a95708daa42c588ec3320401e87329b5.zip
gst/mpegvideoparse/mpegvideoparse.*: Queue new-segment events and send them after caps have been determined and set, ...
Original commit message from CVS: * gst/mpegvideoparse/mpegvideoparse.c: * gst/mpegvideoparse/mpegvideoparse.h: Queue new-segment events and send them after caps have been determined and set, so that the decoder will have been auto-plugged.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62da9271..160c4e4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-07-01 Jan Schmidt <jan.schmidt@sun.com>
+
+ * gst/mpegvideoparse/mpegvideoparse.c:
+ * gst/mpegvideoparse/mpegvideoparse.h:
+ Queue new-segment events and send them after caps have been
+ determined and set, so that the decoder will have been auto-plugged.
+
2008-07-01 Edward Hervey <edward.hervey@collabora.co.uk>
Patch by : Michael Smith <msmith @ xiph dot org>