From 3a636c561fcb12bf51170c0a0ffeaddf5f4d157f Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 15 Mar 2006 16:21:38 +0000 Subject: 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. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 926bf341..80e84f26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-03-15 Jan Schmidt + + * 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 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init): -- cgit