summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schaller <christian.schaller@collabora.co.uk>2009-05-07 17:53:42 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-06-05 18:48:26 +0100
commitbc8f9f9a8b563fdaed1459e1dcec458945aaf17b (patch)
tree67368909f6fa77e6b570f72c0df6a75645da8de8
parent811ddb9cdcb3add5625c85d34f7c20be4f09732c (diff)
[MOVED FROM BAD 25/28] Add ranks to various muxers and encoders in -bad
-rw-r--r--ext/x264/gstx264enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/x264/gstx264enc.c b/ext/x264/gstx264enc.c
index 37f53cce..fcafdd3d 100644
--- a/ext/x264/gstx264enc.c
+++ b/ext/x264/gstx264enc.c
@@ -1303,7 +1303,7 @@ plugin_init (GstPlugin * plugin)
"h264 encoding element");
return gst_element_register (plugin, "x264enc",
- GST_RANK_NONE, GST_TYPE_X264_ENC);
+ GST_RANK_PRIMARY, GST_TYPE_X264_ENC);
}
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,