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:
3d2cc4c
)
mve: Raise rank of muxer to PRIMARY
author
Edward Hervey
<bilboed@bilboed.com>
Wed, 18 Nov 2009 16:57:59 +0000
(17:57 +0100)
committer
Edward Hervey
<bilboed@bilboed.com>
Wed, 18 Nov 2009 16:57:59 +0000
(17:57 +0100)
gst/mve/gstmve.c
patch
|
blob
|
history
diff --git
a/gst/mve/gstmve.c
b/gst/mve/gstmve.c
index
ae1014b
..
faac7f4
100644
(file)
--- a/
gst/mve/gstmve.c
+++ b/
gst/mve/gstmve.c
@@
-32,10
+32,10
@@
static gboolean
mve_plugin_init (GstPlugin * plugin)
{
- return gst_element_register (plugin, "mvedemux",
- GST_
RANK_PRIMARY,
- GST_TYPE_MVE_DEMUX) &&
-
gst_element_register (plugin, "mvemux", GST_RANK_NONE,
GST_TYPE_MVE_MUX);
+ return gst_element_register (plugin, "mvedemux",
GST_RANK_PRIMARY,
+ GST_
TYPE_MVE_DEMUX)
+ && gst_element_register (plugin, "mvemux", GST_RANK_PRIMARY,
+ GST_TYPE_MVE_MUX);
}
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,