Pad blocking callback problem

slayer69 69slayer69 at gmail.com
Wed Jun 11 07:54:33 PDT 2014


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.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Pad-blocking-callback-problem-tp4667458.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list