You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.info("Removed RTP-Bin for Port %d to the Pipeline"%port)
returnGst.PadProbeReturn.REMOVE
sets the sink to NULL and removes it from the pipeline immediately. If one needed to, for example, properly finish writing a video to a file - one would need to send a EOS event to the pipeline first. How would the sequence of events unfold then?
The text was updated successfully, but these errors were encountered:
this probe:
dynamic-gstreamer-pipelines-cookbook/05-add-and-remove-network-sink.py
Lines 134 to 147 in b8372d6
sets the sink to NULL and removes it from the pipeline immediately. If one needed to, for example, properly finish writing a video to a file - one would need to send a EOS event to the pipeline first. How would the sequence of events unfold then?
The text was updated successfully, but these errors were encountered: