[gst-devel] demux with spider?

in7y118 at public.uni-hamburg.de in7y118 at public.uni-hamburg.de
Mon Feb 9 18:48:06 CET 2004


To be recognised by spider, an element needs to
- have a rank (see gst_element_register in your plugin_init)
- have src and sink pad templates

And great you're writing a plugin :)

Benjamin


Quoting Mathew Spencer <matthew.spencer at eu.sony.com>:

> Hi all,
> I am currently trying to write an MXF file demuxer with autoplug 
> capabilities.
> 
> The mxfdemux type_find function has been written and returns a caps 
> structure with the type 'video/x-mxf'.
> 
> The problem I am running into is that the src caps for the demultiplexer 
> are generated dynamicly after the stream metadata has been processed.  
> This in turn means that the spider thinks that the demux has no src caps 
> when it is trying to build the pipeline.
> 
> The pipeline I am trying to run is
>   gst-launch-0.7 filesrc location=somefile.mxf ! spider ! ffcolorspace ! 
> ximagesink
> whereas this pipeline works find
>   gst-launch-0.7 filesrc location=somfile.mxf ! mxfdemux ! spider ! 
> ffcolorspace ! ximagesink
> 
> Have I missed the point here?
> 
> Thanks for your time,
> 
> Mat
> 
> 
> 
> *************************************************************************
> The information contained in this message or any of its
> attachments may be privileged and confidential and intended 
> for the exclusive use of the addressee. If you are not the
> addressee any disclosure, reproduction, distribution or other
> dissemination or use of this communication is strictly prohibited
> *************************************************************************
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> 






More information about the gstreamer-devel mailing list