summaryrefslogtreecommitdiff
path: root/gst/videoparsers/plugin.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-09-07 11:14:36 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-09-07 11:29:36 +0200
commit456335eab4a4079e5700bda2f06165743040af37 (patch)
treeb1d06664976000dd5f2699c8aa63262d94c1175e /gst/videoparsers/plugin.c
parent29a358e8cda0dc6025d538abb39b14cf94dceacb (diff)
downloadgstreamer-plugins-bad-456335eab4a4079e5700bda2f06165743040af37.tar.gz
h264parse: Change rank to PRIMARY+1 to have h264parse autoplugged
Diffstat (limited to 'gst/videoparsers/plugin.c')
-rw-r--r--gst/videoparsers/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoparsers/plugin.c b/gst/videoparsers/plugin.c
index a6db91d35..1473ffc9f 100644
--- a/gst/videoparsers/plugin.c
+++ b/gst/videoparsers/plugin.c
@@ -35,7 +35,7 @@ plugin_init (GstPlugin * plugin)
ret = gst_element_register (plugin, "h263parse",
GST_RANK_NONE, GST_TYPE_H263_PARSE);
ret = gst_element_register (plugin, "h264parse",
- GST_RANK_NONE, GST_TYPE_H264_PARSE);
+ GST_RANK_PRIMARY + 1, GST_TYPE_H264_PARSE);
ret = gst_element_register (plugin, "diracparse",
GST_RANK_NONE, GST_TYPE_DIRAC_PARSE);
ret = gst_element_register (plugin, "mpegvideoparse",