From 00256ae0a9c829ba1207717f45c2cac384990723 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 15 Sep 2006 16:01:48 +0000 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a8d5ed44..92ea0305 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-09-15 Wim Taymans + + * 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 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag): -- cgit