pad is flushing?

killerrats koreysjunkmail at gmail.com
Thu Feb 22 17:17:57 UTC 2018


I'm not for sure but it might have worked to re-initiate the tee pads if they
are flushing.

GstElement* atee = gst_bin_get_by_name(GST_BIN(pipeline),"audiotee");
GstEvent* FlushStopEvent = gst_event_new_flush_stop(FALSE);
GstPad* pad = gst_element_get_static_pad(atee, teePadName.c_str());
if (gst_pad_get_last_flow_return(pad) == GST_FLOW_FLUSHING) 
      gst_element_send_event(atee, FlushStopEvent);



-----
------------------------------
Gstreamer 1.12.4
------------------------------
Windows
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list