gst-openMAX.

Tim-Philipp Müller t.i.m at zen.co.uk
Mon Sep 26 10:57:39 PDT 2011


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



More information about the gstreamer-devel mailing list