mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
ext/vorbis/vorbisdec.c: Initialise b_o_s and e_o_s variables
Original commit message from CVS: * ext/vorbis/vorbisdec.c: (vorbis_dec_chain): Initialise b_o_s and e_o_s variables * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps_with_data): Add some unusual fourcc's from mplayer avi's * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init): Make the muxer have rank GST_RANK_NONE, so it doesn't mess up autoplugging.
This commit is contained in:
parent
8b7c3ac223
commit
661919ceb1
2 changed files with 11 additions and 1 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
* ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
|
||||||
|
Initialise b_o_s and e_o_s variables
|
||||||
|
* gst-libs/gst/riff/riff-media.c:
|
||||||
|
(gst_riff_create_video_caps_with_data):
|
||||||
|
Add some unusual fourcc's from mplayer avi's
|
||||||
|
* gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
|
||||||
|
Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
|
||||||
|
autoplugging.
|
||||||
|
|
||||||
2004-05-28 Wim Taymans <wim@fluendo.com>
|
2004-05-28 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -588,6 +588,6 @@ gst_multipart_mux_plugin_init (GstPlugin * plugin)
|
||||||
GST_DEBUG_CATEGORY_INIT (gst_multipart_mux_debug, "multipartmux", 0,
|
GST_DEBUG_CATEGORY_INIT (gst_multipart_mux_debug, "multipartmux", 0,
|
||||||
"multipart muxer");
|
"multipart muxer");
|
||||||
|
|
||||||
return gst_element_register (plugin, "multipartmux", GST_RANK_PRIMARY,
|
return gst_element_register (plugin, "multipartmux", GST_RANK_NONE,
|
||||||
GST_TYPE_MULTIPART_MUX);
|
GST_TYPE_MULTIPART_MUX);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue