diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-03-15 16:21:38 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-03-15 16:21:38 +0000 |
commit | 3a636c561fcb12bf51170c0a0ffeaddf5f4d157f (patch) | |
tree | 094c63d3d9cc768594168bf1f956f5fcddb5d3b1 /ChangeLog | |
parent | 50f4eb876a9d272847e22e3349309ce3f7ac42dc (diff) |
gst/apetag/gsttagdemux.c: Ensure that we set caps on the buffers we pass.
Original commit message from CVS:
* gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
Ensure that we set caps on the buffers we pass.
* gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
(gst_id3demux_sink_activate):
Ensure that we set caps on the buffers we pass.
Use STREAM, TYPE_NOT_FOUND as the error class when
typefinding fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2006-03-15 Jan Schmidt <thaytan@mad.scientist.com> + + * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain): + Ensure that we set caps on the buffers we pass. + + * gst/id3demux/gstid3demux.c: (gst_id3demux_chain), + (gst_id3demux_sink_activate): + Ensure that we set caps on the buffers we pass. + + Use STREAM, TYPE_NOT_FOUND as the error class when + typefinding fails. + 2006-03-15 Edward Hervey <edward@fluendo.com> * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init): |