diff options
author | Edward Hervey <bilboed@bilboed.com> | 2009-11-18 18:00:23 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-11-18 18:00:23 +0100 |
commit | dd221f8f5486bd574e2ed226cd717eb6c996bab5 (patch) | |
tree | abb03d5b1cd5755c38663bdd5bde89a911e153c8 | |
parent | 8f54a2b8a6a916e9c6821374b0beedb7d3f22aa1 (diff) | |
download | gstreamer-plugins-bad-dd221f8f5486bd574e2ed226cd717eb6c996bab5.tar.gz |
gsm: Raise rank of encoder to PRIMARY
-rw-r--r-- | ext/gsm/gstgsm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/gsm/gstgsm.c b/ext/gsm/gstgsm.c index ef9840034..9b32abedc 100644 --- a/ext/gsm/gstgsm.c +++ b/ext/gsm/gstgsm.c @@ -29,7 +29,8 @@ static gboolean plugin_init (GstPlugin * plugin) { - if (!gst_element_register (plugin, "gsmenc", GST_RANK_NONE, GST_TYPE_GSMENC)) + if (!gst_element_register (plugin, "gsmenc", GST_RANK_PRIMARY, + GST_TYPE_GSMENC)) return FALSE; if (!gst_element_register (plugin, "gsmdec", GST_RANK_PRIMARY, GST_TYPE_GSMDEC)) |