Requesting for a plugin
vlpsanand
anand.gmask at gmail.com
Fri May 17 05:04:34 PDT 2013
Thanks tim for your advice.
input-selector works fine for my application.
but with funnel i am having same problem as with my plugin.
buffers are getting overwritten.
in application i am doing the following:
source = gst_element_factory_make("udpsrc","udp-source");
source1 = gst_element_factory_make("udpsrc","udp-source1");
funnel = gst_element_factory_make("funnel","funnel");
sink = gst_element_factory_make("udpsink","udp-sink");
//set the properties for source, source1, sink
//add elements to pipelink
gst_element_link_pads(source,"src",funnel,"sink_0");
gst_element_link_pads(source1,"src",funnel,"sink_1");
gst_element_link_pads(funnel,"src",sink,"sink");
This is giving problem where as if i use input-selector instead of funnel
everything works fine.
interested to know the behaviour.
can you please explain.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Requesting-for-a-plugin-tp4659972p4659979.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list