diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-09-20 18:42:50 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-09-22 14:58:52 -0400 |
commit | 58b4ed19493f73359f0bcbc7778b66e37912018e (patch) | |
tree | 5beb997d57fe058f9137a1fd9a927f4cf8a18f2e /ext/opus/gstopus.c | |
parent | df0525de11695c50fc9a1a671aa8f6e2cf876694 (diff) | |
download | gstreamer-plugins-bad-58b4ed19493f73359f0bcbc7778b66e37912018e.tar.gz |
opusenc: Rank as Primary
Diffstat (limited to 'ext/opus/gstopus.c')
-rw-r--r-- | ext/opus/gstopus.c | 2 |
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; |