projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42024f7
)
opusenc: Rank as Primary
author
Olivier Crête
<olivier.crete@collabora.com>
Thu, 20 Sep 2012 22:42:50 +0000
(18:42 -0400)
committer
Olivier Crête
<olivier.crete@collabora.com>
Sat, 22 Sep 2012 18:58:52 +0000
(14:58 -0400)
ext/opus/gstopus.c
patch
|
blob
|
history
diff --git
a/ext/opus/gstopus.c
b/ext/opus/gstopus.c
index
55e19c4
..
2e0fe7c
100644
(file)
--- 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;