Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-plugins-bad
Commits
0e67c13d
Commit
0e67c13d
authored
Aug 06, 2014
by
Thibault Saunier
🌵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ext:faad: Set rank to SECONDARY as the libav decoder is concidered better
https://bugzilla.gnome.org/show_bug.cgi?id=676131
parent
4dacc4ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ext/faad/gstfaad.c
ext/faad/gstfaad.c
+2
-1
No files found.
ext/faad/gstfaad.c
View file @
0e67c13d
...
...
@@ -893,7 +893,8 @@ gst_faad_close_decoder (GstFaad * faad)
static
gboolean
plugin_init
(
GstPlugin
*
plugin
)
{
return
gst_element_register
(
plugin
,
"faad"
,
GST_RANK_PRIMARY
,
GST_TYPE_FAAD
);
return
gst_element_register
(
plugin
,
"faad"
,
GST_RANK_SECONDARY
,
GST_TYPE_FAAD
);
}
GST_PLUGIN_DEFINE
(
GST_VERSION_MAJOR
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment