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:
0d16612
)
katedec: demote to GST_RANK_NONE for now
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Sun, 19 Jul 2009 22:32:07 +0000
(23:32 +0100)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Sun, 19 Jul 2009 22:32:07 +0000
(23:32 +0100)
There are still some autoplugging issues to sort out, and it needs
some testing.
ext/kate/gstkate.c
patch
|
blob
|
history
diff --git
a/ext/kate/gstkate.c
b/ext/kate/gstkate.c
index 3a95335321d3d5432971bc998ddd049e3da5c8d1..7fecec302d67545c7bac176d30f46561f7b1fbaa 100644
(file)
--- a/
ext/kate/gstkate.c
+++ b/
ext/kate/gstkate.c
@@
-83,7
+83,7
@@
plugin_init (GstPlugin * plugin)
/* if we don't build tiger, we'll want to autoplug and convert to text,
but if we do build tiger, we'll want to use it preferentially as it
can play non text streams too */
- if (!gst_element_register (plugin, "katedec", GST_RANK_
PRIMARY
,
+ if (!gst_element_register (plugin, "katedec", GST_RANK_
NONE
,
GST_TYPE_KATE_DEC))
return FALSE;