gst_ghost_pad_new () only generates _proxypad not ghost sink pad
vanderhoffer
vanderhoffer at gmail.com
Sat Dec 10 12:05:44 UTC 2016
Thanks for taking the time to reply Vinod,
My code was short hand as it is a complex source code.
I have used the full method for both sink/src and the src does generate a
element[src]->proxypad->ghostpad->bin wall,
however the sink does not it only generates a proxypad.
I am assuming the structure is the reverse of the src end, ie
bin wall ->ghostpad->proxypad->element
My understanding is that to get a proxy pad the ghostpad must have been
created,
could it be the ghostpad is not being assigned to the bin?
Please note that after ghostpad creation I can verify the direction with
*if(GST_PAD_DIRECTION(myGhostPad_sink) == GST_PAD_SINK){//code here//}*
so it seems to exist
thx
Art
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gst-ghost-pad-new-only-generates-proxypad-not-ghost-sink-pad-tp4681132p4681137.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list