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)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 12 Apr 2011 19:32:11 +0000 (20:32 +0100)
gst/quicktime/gstqtmux.c

index f3e85f5..b0df9d7 100644 (file)
@@ -1886,7 +1886,7 @@ gst_qt_mux_register (GstPlugin * plugin)
     g_type_set_qdata (type, GST_QT_MUX_PARAMS_QDATA, (gpointer) params);
     g_type_add_interface_static (type, GST_TYPE_TAG_SETTER, &tag_setter_info);
 
-    if (!gst_element_register (plugin, prop->name, GST_RANK_NONE, type))
+    if (!gst_element_register (plugin, prop->name, GST_RANK_PRIMARY, type))
       return FALSE;
 
     i++;