mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
hdvparse: Setting rank to NONE so it doesn't get picked up by playbin2.
This commit is contained in:
parent
5df5059d56
commit
c80da130d5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue