mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
ca337002f1
Back in the mists of time[1], we switched `giostream*` elements to not close the stream on stop() so that applications that needed a handle to the stream after the element stopped had it. Unfortunately, we also have cases[2] where waiting for the element to be finalized is too late for the stream to be closed. In order to not change the behaviour of the element, we add a property to allow users to select the desired behaviour. [1]: https://bugzilla.gnome.org/show_bug.cgi?id=587896 [2]: gst-plugins-rs#423 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5372> |
||
---|---|---|
.. | ||
gstgio.c | ||
gstgiobasesink.c | ||
gstgiobasesink.h | ||
gstgiobasesrc.c | ||
gstgiobasesrc.h | ||
gstgioelement.c | ||
gstgioelements.h | ||
gstgiosink.c | ||
gstgiosink.h | ||
gstgiosrc.c | ||
gstgiosrc.h | ||
gstgiostreamsink.c | ||
gstgiostreamsink.h | ||
gstgiostreamsrc.c | ||
gstgiostreamsrc.h | ||
meson.build |