diff options
author | David Schleef <ds@schleef.org> | 2004-02-04 21:40:49 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-02-04 21:40:49 +0000 |
commit | a0d1053645bac8a1844d5b365c231290e9ab2933 (patch) | |
tree | 8743b3777bb52e95a5603e25703c3ce3d05bbaff | |
parent | bfb86e49bf855b0b725fa768a98092f0b3920d3e (diff) | |
download | gst-plugins-bad-a0d1053645bac8a1844d5b365c231290e9ab2933.tar.gz gst-plugins-bad-a0d1053645bac8a1844d5b365c231290e9ab2933.tar.bz2 gst-plugins-bad-a0d1053645bac8a1844d5b365c231290e9ab2933.zip |
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):
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-02-04 David Schleef <ds@schleef.org> + + 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 <thomas at apestaart dot org> * configure.ac: |