dynamic control of tee paths
fabiano
fpanzera at maxwell-lab.com
Fri Jul 5 04:59:56 PDT 2013
Hi and thanks for your answers.
I have another doubt:
after the tee I have the following elements: -> queue ! encoder ! filesink
During adding operation, after linking tee pad, I set to PLAYING state this
three elements:
gst_element_set_state(queueEnc, GST_STATE_PLAYING);
gst_element_set_state(encoder, GST_STATE_PLAYING);
gst_element_set_state(filesink, GST_STATE_PLAYING);
When I do this the entire pipeline, that was in PLAYING state, goes to
PAUSED state.
Do you have any idea of the reason?
fabiano
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/dynamic-control-of-tee-paths-tp4660870p4660911.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list