[gst-devel] source plugin blocked in PAUSE state

René Stadler mail at renestadler.de
Thu Jul 5 16:33:29 CEST 2007


Am Donnerstag, den 05.07.2007, 15:30 +0200 schrieb Riccardo Corona:
> Unfortunatly the solution isn't so easy, I've already cleaned up the
> source...However I've attached the two files.
> 
> Best Regards.
> 
> -- 
> Riccardo Corona 

Works for me, except for this critical warning:

(gst-inspect-0.10:26067): GStreamer-CRITICAL **: Padname src is not
unique in element (null), not adding

This is because you left in the code that manually sets up the src pad,
which is of course unneeded since the base class handles this.  The
calls to gst_pad_new_from_template, gst_pad_set_getcaps_function and
gst_element_add_pad in your gst_my_plugin_init have to go.

-- 
Regards,
  René Stadler






More information about the gstreamer-devel mailing list