dynamic control of tee paths

fabiano fpanzera at maxwell-lab.com
Fri Jul 5 05:57:18 PDT 2013



ok, I changed the order of putting the elements in PLAYING state and now it
works.

Now the order is:

gst_element_set_state(sinkFile, GST_STATE_PLAYING);
gst_element_set_state(queueEnc, GST_STATE_PLAYING);
gst_element_set_state(encoder1, GST_STATE_PLAYING);

Actually, after some experiments, it seems that the problematic element is
the encoder. 
It seems that when it changes to PLAYING state it wants the queue already
playing.

Hi
fabiano




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/dynamic-control-of-tee-paths-tp4660870p4660912.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list