summaryrefslogtreecommitdiff
path: root/src/gstducati.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gstducati.c')
-rw-r--r--src/gstducati.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gstducati.c b/src/gstducati.c
index a6274d0..d5f57a2 100644
--- a/src/gstducati.c
+++ b/src/gstducati.c
@@ -42,7 +42,7 @@ plugin_init (GstPlugin * plugin)
/* TODO .. find some way to reasonably detect if the corresponding
* codecs are actually available..
*/
- return gst_element_register (plugin, "ducatih264dec", GST_RANK_PRIMARY,
+ return gst_element_register (plugin, "ducatih264dec", GST_RANK_PRIMARY + 1,
GST_TYPE_DUCATIH264DEC)
&& gst_element_register (plugin, "ducatimpeg4dec", GST_RANK_PRIMARY,
GST_TYPE_DUCATIMPEG4DEC)
@@ -56,10 +56,10 @@ plugin_init (GstPlugin * plugin)
GST_TYPE_DUCATIVP7DEC)
&& gst_element_register (plugin, "ducatirvdec", GST_RANK_PRIMARY,
GST_TYPE_DUCATIRVDEC)
- && gst_element_register (plugin, "ducatih264enc", GST_RANK_PRIMARY,
- GST_TYPE_DUCATIH264ENC)
- && gst_element_register (plugin, "ducatimpeg4enc", GST_RANK_PRIMARY,
- GST_TYPE_DUCATIMPEG4ENC);
+ /* && gst_element_register (plugin, "ducatih264enc", GST_RANK_PRIMARY, */
+ /* GST_TYPE_DUCATIH264ENC) */
+ /* && gst_element_register (plugin, "ducatimpeg4enc", GST_RANK_PRIMARY, */
+ /* GST_TYPE_DUCATIMPEG4ENC) */ ;
}
void *