summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-09-15 16:01:48 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-09-15 16:01:48 +0000
commit00256ae0a9c829ba1207717f45c2cac384990723 (patch)
tree9efb5ced58e7d373b125f1293205bb950b6f8a68 /ChangeLog
parentdcba7c77ef3f3ee2d5c42fd42bab46c2d50f96e8 (diff)
gst/multipart/multipartdemux.c: Fix documentation, it is not possible to control the framerate of jpegdec using filte...
Original commit message from CVS: * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain): Fix documentation, it is not possible to control the framerate of jpegdec using filtered caps yet. Fixes #355210. Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we stop when there is an error.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8d5ed44..92ea0305 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-09-15 Wim Taymans <wim@fluendo.com>
+
+ * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
+ Fix documentation, it is not possible to control the framerate of jpegdec
+ using filtered caps yet. Fixes #355210.
+ Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
+ stop when there is an error.
+
2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
* gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):