Is there any way to set/get multiple audio-sink and video-sink in playbin?

adrien_sch adrien.schwartzentruber at gmail.com
Thu Jan 16 10:25:17 PST 2014


Hey,

you can try to use a tee element
(http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-tee.html).

You have to do by code using g_object_set(playbin, "audio-sink",
tee_element, NULL).

This tutorial may be useful : 
-
http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+8%3A+Short-cutting+the+pipeline
-
http://docs.gstreamer.com/display/GstSDK/Playback+tutorial+7%3A+Custom+playbin2+sinks




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Is-there-any-way-to-set-get-multiple-audio-sink-and-video-sink-in-playbin-tp4664706p4664716.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list