gst-openMAX.

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

gst-openMAX.

Deepesh Bhargava
Hi

I have a H/w implementation that supports multiple video format decoding for which I have implemented a gst-plugin so as to integrate it with decodebin/playbin.

Currently, the implementation enumerates for a particular codec type based on user input but I want to change that to bein gautomatically detected based on stream type.

I have a typefind implementation for same that invokes a callback based on the stream type.
How can I enumerate (set object property) to my plugin from the typefind callback?

Is there a clean method to pass arguments from plugin_init() to registered base_init/class_init calls?

Thanks & Regards
Deepesh

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

Re: gst-openMAX.

Tim-Philipp Müller-2
On Mon, 2011-09-26 at 23:21 +0530, Deepesh Bhargava wrote:

>
> I have a H/w implementation that supports multiple video format
> decoding for which I have implemented a gst-plugin so as to integrate
> it with decodebin/playbin.
>
> Currently, the implementation enumerates for a particular codec type
> based on user input but I want to change that to bein gautomatically
> detected based on stream type.
>
> I have a typefind implementation for same that invokes a callback
> based on the stream type.
> How can I enumerate (set object property) to my plugin from the
> typefind callback?
>
> Is there a clean method to pass arguments from plugin_init() to
> registered base_init/class_init calls?

Not really sure what you're after, but it sounds like you want to set a
setcaps function on your element's sink pad...

 Cheers
  -Tim

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