summaryrefslogtreecommitdiff
path: root/ext/gsm
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-11-18 18:00:23 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-11-18 18:00:23 +0100
commitdd221f8f5486bd574e2ed226cd717eb6c996bab5 (patch)
treeabb03d5b1cd5755c38663bdd5bde89a911e153c8 /ext/gsm
parent8f54a2b8a6a916e9c6821374b0beedb7d3f22aa1 (diff)
downloadgstreamer-plugins-bad-dd221f8f5486bd574e2ed226cd717eb6c996bab5.tar.gz
gsm: Raise rank of encoder to PRIMARY
Diffstat (limited to 'ext/gsm')
-rw-r--r--ext/gsm/gstgsm.c3
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))