gstreamer/subprojects/gst-plugins-base/gst/gio
Arun Raghavan ca337002f1 giostreamsink: Add a property to close stream on stop()
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>
2023-10-04 12:56:03 +00:00
..
gstgio.c
gstgiobasesink.c giostreamsink: Add a property to close stream on stop() 2023-10-04 12:56:03 +00:00
gstgiobasesink.h giostreamsink: Add a property to close stream on stop() 2023-10-04 12:56:03 +00:00
gstgiobasesrc.c
gstgiobasesrc.h
gstgioelement.c
gstgioelements.h
gstgiosink.c giostreamsink: Add a property to close stream on stop() 2023-10-04 12:56:03 +00:00
gstgiosink.h
gstgiosrc.c
gstgiosrc.h
gstgiostreamsink.c
gstgiostreamsink.h
gstgiostreamsrc.c
gstgiostreamsrc.h
meson.build meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00