[gst-devel] My First Plugin - Help please

Rahul Verma rahul.verma at sasken.com
Wed Feb 4 06:15:48 CET 2009


Hi,


>I am now busy trying to work out the following debug message:
>GStreamer-WARNING **: Element myframedvideo0 has an ALWAYS template sink, >but no pad of the same name

>Any pointers appreciated!  
>But I am now past the initial hurdles, many thanks for the help

I think this warning is because in you sink pad template, you must have mentioned the presence field of the pad as GST_PAD_ALWAYS and then not added a sink pad to your element. 

If you are sure that your element will have a sink pad, it is advisable to add a pad. If you are not sure about the presence of the pad, use GST_PAD_SOMETIMES in the presence field of the template. But to have buffer flow in the pipeline, you need pads connected to downstream pads. 

Rahul Verma


SASKEN BUSINESS DISCLAIMER
-------------------------
This message may contain confidential, proprietary or legally privileged information. In 
case you are not the original intended Recipient of the message, you must not, directly or 
indirectly, use, Disclose, distribute, print, or copy any part of this message and you are 
requested to delete it and inform the sender. Any views expressed in this message are 
those of the individual sender unless otherwise stated. Nothing contained in this message 
shall be construed as an offer or acceptance of any offer by Sasken Communication 
Technologies Limited ("Sasken") unless sent with that express intent and with due 
authority of Sasken. Sasken has taken enough precautions to prevent the spread of 
viruses. However the company accepts no liability for any damage caused by any virus 
transmitted by this email





More information about the gstreamer-devel mailing list