summaryrefslogtreecommitdiffstats
path: root/gst/multipart
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-05-31 04:56:55 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-05-31 04:56:55 +0000
commit661919ceb14839851e438b327529574fc508c093 (patch)
treef62adf643c5eacf70adf5c376fbade85843b1c88 /gst/multipart
parent8b7c3ac223c33e03d34daddc2a6f4dd795d00f34 (diff)
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.
Diffstat (limited to 'gst/multipart')
-rw-r--r--gst/multipart/multipartmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/multipart/multipartmux.c b/gst/multipart/multipartmux.c
index d4d96bc6..f92aae19 100644
--- a/gst/multipart/multipartmux.c
+++ b/gst/multipart/multipartmux.c
@@ -588,6 +588,6 @@ gst_multipart_mux_plugin_init (GstPlugin * plugin)
GST_DEBUG_CATEGORY_INIT (gst_multipart_mux_debug, "multipartmux", 0,
"multipart muxer");
- return gst_element_register (plugin, "multipartmux", GST_RANK_PRIMARY,
+ return gst_element_register (plugin, "multipartmux", GST_RANK_NONE,
GST_TYPE_MULTIPART_MUX);
}