hdvparse: Setting rank to NONE so it doesn't get picked up by playbin2.
This commit is contained in:
parent
5df5059d56
commit
c80da130d5
@ -347,7 +347,7 @@ gst_hdvparse_transform_ip (GstBaseTransform * base, GstBuffer * outbuf)
|
|||||||
static gboolean
|
static gboolean
|
||||||
HDVParse_init (GstPlugin * HDVParse)
|
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);
|
GST_TYPE_HDVPARSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user