Filesrc dont play when connect to audiomixer dinamicaly.

_dmp dm.pozhidaev at gmail.com
Tue Nov 10 06:15:02 PST 2015


I solved this problem by adding into "filesrcbin" element "queue". 

filesrcbin { filesrc ! queue ! wavparser ! capsfilter }

Of course need to synchronize "filesrcbin" a pipeline, this should do this:

gint64 l_tmp; 
gst_element_query_position((QGst::ElementPtr)m_pipeline, GST_FORMAT_TIME,
&l_tmp); 
gst_pad_set_offset(capsfilter:src_pad, l_tmp);

Best regards!



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Filesrc-dont-play-when-connect-to-audiomixer-dinamicaly-tp4674441p4674451.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list