summaryrefslogtreecommitdiffstats
path: root/gst/flv/gstflvdemux.c
diff options
context:
space:
mode:
authorChristian Schaller <christian.schaller@collabora.co.uk>2009-05-07 17:53:42 +0100
committerChristian Schaller <christian.schaller@collabora.co.uk>2009-05-07 17:53:42 +0100
commit67dd3c11f47f1afd3508e3b45a3023ce9612fe67 (patch)
tree9f66f46d6d305af66d88e82e39924e82e6c24c07 /gst/flv/gstflvdemux.c
parentab77d5092bc1362548758e7f6ab7f817aa9ad846 (diff)
downloadgst-plugins-bad-67dd3c11f47f1afd3508e3b45a3023ce9612fe67.tar.gz
gst-plugins-bad-67dd3c11f47f1afd3508e3b45a3023ce9612fe67.tar.bz2
gst-plugins-bad-67dd3c11f47f1afd3508e3b45a3023ce9612fe67.zip
Add ranks to various muxers and encoders in -bad
Diffstat (limited to 'gst/flv/gstflvdemux.c')
-rw-r--r--gst/flv/gstflvdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/flv/gstflvdemux.c b/gst/flv/gstflvdemux.c
index f31a22e8..5856e7ac 100644
--- a/gst/flv/gstflvdemux.c
+++ b/gst/flv/gstflvdemux.c
@@ -1311,7 +1311,7 @@ plugin_init (GstPlugin * plugin)
if (!gst_element_register (plugin, "flvdemux", GST_RANK_PRIMARY,
gst_flv_demux_get_type ()) ||
- !gst_element_register (plugin, "flvmux", GST_RANK_NONE,
+ !gst_element_register (plugin, "flvmux", GST_RANK_PRIMARY,
gst_flv_mux_get_type ()))
return FALSE;