diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2006-09-15 16:01:48 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2006-09-15 16:01:48 +0000 |
| commit | 00256ae0a9c829ba1207717f45c2cac384990723 (patch) | |
| tree | 9efb5ced58e7d373b125f1293205bb950b6f8a68 /ChangeLog | |
| parent | dcba7c77ef3f3ee2d5c42fd42bab46c2d50f96e8 (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |
