On Fri, 2010-06-18 at 18:19 +0530, Irfan Shaikh wrote:
>
Hi,
> I have taken a gst-plugin tempalate and modifying it so that i
> can create sometimes pad. Currently i want my plugin such that only
> one some times pad is created. When i run the pluging get following
> warning
>
> [root@localhost gst-plugin]# gst-launch fakesrc ! sometime ! fakesink
> Setting pipeline to PAUSED ...
> Pipeline is PREROLLING ...
>
> (gst-launch-0.10:31042): GStreamer-WARNING **: adding flushing pad
> 'src_00' to running element 'plugintemplate0'
You need to gst_pad_set_active(pad,TRUE) before adding the pad (with git
of gstreamer core the warning will say so too).
Cheers
-Tim
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel