Pad blocking callback problem

Marcin Kolny marcin.kolny at gmail.com
Thu Jun 12 10:43:46 PDT 2014


Hi,
On 11.06.2014 16:54, slayer69 wrote:
> Hi,
>
> I'm trying to block appsrc pad and make some stuff, but program never goes
> to callback function. Where can be problem?
>
> my example code of probe setting:
>
> GstPad *blockPadSrc = gst_element_get_static_pad ((GstElement*)appsrc,
> "src");
> gst_pad_add_probe (blockPadSrc, GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM,
> 	blockPad_probe_cb, (gpointer) this, NULL);
> gst_object_unref(blockPadSrc);
>
> Thank you.
Do you push some buffers into your appsrc?

-- 
Best regards,
Marcin Kolny



More information about the gstreamer-devel mailing list