[MOVED FROM BAD 57/57] Add ranks to various muxers and encoders in -bad
authorChristian Schaller <christian.schaller@collabora.co.uk>
Thu, 7 May 2009 16:53:42 +0000 (17:53 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 12 May 2009 19:21:03 +0000 (21:21 +0200)
gst/flv/gstflvdemux.c

index f31a22e81e337abea7214f2a5f08efb7aaa9da12..5856e7ac5b5894879d6b8ecb4347852b5d7a24ba 100644 (file)
@@ -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;