How to send EOS in pipeline?
dlw
dlwalter at protonmail.com
Tue Jan 19 19:46:46 UTC 2021
ok, so it turns out that the EOS message does not get posted to the message
bus for some reason. But it does reach the filesink if I add a probe and
send the EOS event to intervideosrc-
GstPad* sink_pad = gst_element_get_static_pad(filesink, "sink");
gst_pad_add_probe(sink_pad, GstPadProbeType(GST_PAD_PROBE_TYPE_BLOCK |
GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM), cb_event_eos, pipeline, NULL)
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list