summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-20 18:42:50 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-22 14:58:52 -0400
commit58b4ed19493f73359f0bcbc7778b66e37912018e (patch)
tree5beb997d57fe058f9137a1fd9a927f4cf8a18f2e
parentdf0525de11695c50fc9a1a671aa8f6e2cf876694 (diff)
downloadgstreamer-plugins-bad-58b4ed19493f73359f0bcbc7778b66e37912018e.tar.gz
opusenc: Rank as Primary
-rw-r--r--ext/opus/gstopus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opus/gstopus.c b/ext/opus/gstopus.c
index 55e19c49d..2e0fe7cbe 100644
--- a/ext/opus/gstopus.c
+++ b/ext/opus/gstopus.c
@@ -34,7 +34,7 @@ static gboolean
plugin_init (GstPlugin * plugin)
{
- if (!gst_element_register (plugin, "opusenc", GST_RANK_NONE,
+ if (!gst_element_register (plugin, "opusenc", GST_RANK_PRIMARY,
GST_TYPE_OPUS_ENC))
return FALSE;