From: David Schleef Date: Wed, 4 Feb 2004 21:40:49 +0000 (+0000) Subject: Make sure set_explicit_caps() is called before adding pad. X-Git-Tag: BEFORE_INDENT~202 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5d7e1ed177aff1c15288dd4ed7f541f1caedd8f;p=platform%2Fupstream%2Fgst-plugins-base.git Make sure set_explicit_caps() is called before adding pad. Original commit message from CVS: Make sure set_explicit_caps() is called before adding pad. * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop): * gst/id3/gstid3types.c: (gst_id3types_loop): * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead): * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream): --- diff --git a/ChangeLog b/ChangeLog index 736b955..26e77f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-02-04 David Schleef + + Make sure set_explicit_caps() is called before adding pad. + * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop): + * gst/id3/gstid3types.c: (gst_id3types_loop): + * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead): + * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream): + 2004-02-04 Thomas Vander Stichele * configure.ac: