summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-05-31 18:23:50 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-05-31 18:23:50 +0200
commitc80da130d5f0bb24a0b9b26f5f974c53e3d310ee (patch)
tree0e856d7da6aab6df62c9856b84d8a60cde8f029d
parent5df5059d5675aee4a249fcd3690ac9baf1776849 (diff)
hdvparse: Setting rank to NONE so it doesn't get picked up by playbin2.
-rw-r--r--gst/hdvparse/gsthdvparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/hdvparse/gsthdvparse.c b/gst/hdvparse/gsthdvparse.c
index d069a363a..9914cfa22 100644
--- a/gst/hdvparse/gsthdvparse.c
+++ b/gst/hdvparse/gsthdvparse.c
@@ -347,7 +347,7 @@ gst_hdvparse_transform_ip (GstBaseTransform * base, GstBuffer * outbuf)
static gboolean
HDVParse_init (GstPlugin * HDVParse)
{
- return gst_element_register (HDVParse, "hdvparse", GST_RANK_PRIMARY,
+ return gst_element_register (HDVParse, "hdvparse", GST_RANK_NONE,
GST_TYPE_HDVPARSE);
}