gst-launch-1.0 rtspsrc ! depay ! parse ! decode ! tee
! queue name=blockedqueue ! queue ! encoder ! parse ! mux ! filesink
I have a pipeline that will break off the branch and relink the elements to set a new file to record. when it
switches to a new file and starts recording some transition issues will arise second or two. this is in the beginning of the file. i tried to
follow what splitmuxsink code did. kept track of the blocked src pads to then have a probe to keep track of
incoming buffers to have a GstClockTime and set on the filesink.
anyone know how to fix this?
1. black screen
2. fast speed for for a second or two like its catching up.
------------------------------
Gstreamer 1.14.3
------------------------------
Windows
Sent from the
GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
------------------------------
Gstreamer 1.16.2
------------------------------
Windows