Increase gstreamer rank from plugin code registration

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Increase gstreamer rank from plugin code registration

deeps8us
I have a gstreamer element which has rank 0 and need to increase it. Saw that
we can use gst_plugin_feature_set_rank(plugin, GST_RANK_PRIMARY);
But this is done from the player or app code which uses that element. I want
to know whether there is a way to set the rank when we register the plugin
itself.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Increase gstreamer rank from plugin code registration

Matthew Waters
You would need to change the rank argument in gst_element_register().

On 13/3/20 5:35 pm, deeps8us wrote:

> I have a gstreamer element which has rank 0 and need to increase it. Saw that
> we can use gst_plugin_feature_set_rank(plugin, GST_RANK_PRIMARY);
> But this is done from the player or app code which uses that element. I want
> to know whether there is a way to set the rank when we register the plugin
> itself.
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (499 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Increase gstreamer rank from plugin code registration

deeps8us
Thank you !!!



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel