gstreamer application versus gst-launch pipeline
nagendra sarma
nagendra.bankupalli at tessolve.com
Tue Jul 19 08:52:20 UTC 2016
hi All
i have got the gstremer pipelines of both application and raw pipeline
the major differece is bins
i have used bins to manipulate two streams (having same source), which is
not present in raw pileline
my pipeline is
|---->q1-->encode1-->tsmux2-->udpsink1 (bin-1)
|
video source--->TEE--|---->q2-->scale2->encode2-->tsmux2-->udpsink2 (bin-2)
in above bin 1 is for stream-1 and bin2 is for stream-2
the Tee is directly connected to q of bin 1 in case of raw pipeline
but i used bins (q+encode+sink) for each stream, and ghost pad created
(bin-->q) which is used to connect to Tee src pad
TEE(src)---->(ghost-sink)--->q(sink)
is it possible to avoid bins in my application ? is bins creating problem ?
regards
nagendra
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gstreamer-application-versus-gst-launch-pipeline-tp4678733p4678744.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list