summaryrefslogtreecommitdiffstats
path: root/ext/mplex
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-11-02 13:37:37 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-11-02 13:37:37 +0000
commit722a09ea7b915ac86ce4493b5d6f07d9dcaa7bce (patch)
tree41413857e5a3dcd51cb297a186f8e80e5db43484 /ext/mplex
parent75037ef05ab0983303c3479151489e663cefec3c (diff)
downloadgst-plugins-bad-722a09ea7b915ac86ce4493b5d6f07d9dcaa7bce.tar.gz
gst-plugins-bad-722a09ea7b915ac86ce4493b5d6f07d9dcaa7bce.tar.bz2
gst-plugins-bad-722a09ea7b915ac86ce4493b5d6f07d9dcaa7bce.zip
Lower the rank, this element should not be selected in the player
Original commit message from CVS: Lower the rank, this element should not be selected in the player
Diffstat (limited to 'ext/mplex')
-rw-r--r--ext/mplex/gstmplex.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mplex/gstmplex.cc b/ext/mplex/gstmplex.cc
index 60021d22..43a0901d 100644
--- a/ext/mplex/gstmplex.cc
+++ b/ext/mplex/gstmplex.cc
@@ -585,7 +585,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
factory = gst_element_factory_new ("mplex",GST_TYPE_MPLEX,
&gst_mplex_details);
g_return_val_if_fail (factory != NULL, FALSE);
- gst_element_factory_set_rank (factory, GST_ELEMENT_RANK_MARGINAL);
+ gst_element_factory_set_rank (factory, GST_ELEMENT_RANK_NONE);
gst_element_factory_add_pad_template (factory, GST_PAD_TEMPLATE_GET (src_factory));
gst_element_factory_add_pad_template (factory, GST_PAD_TEMPLATE_GET (audio_sink_factory));