gstreamer/gst/playback
Edward Hervey e15531bb9b decodebin3: Make input activation "atomic"
When adding inputs dynamically, we need to make sure the new parsebin are
added *and* activated by the same thread (by taking the state change lock).

The rationale for this is that the calling thread might be an upstream streaming
thread and when activating parsebin it might call back upstream. If we don't use
the same thread (ex: when the application does a state change on decodebin3
between the moment we add parsebin to decodebin3 and we synchronize the state of
parsebin) then we would end up in different threads trying to take upstream
recursive locks.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/932>
2021-03-25 09:35:27 +00:00
..
gstdecodebin2.c playback: remove useless ret test 2021-03-10 20:06:20 +01:00
gstdecodebin3-parse.c decodebin3: Release selection lock when pushing EOS 2020-12-11 18:36:30 +00:00
gstdecodebin3.c decodebin3: Make input activation "atomic" 2021-03-25 09:35:27 +00:00
gstparsebin.c playback: remove useless ret test 2021-03-10 20:06:20 +01:00
gstplay-enum.c gst: don't use volatile to mean atomic 2021-03-19 04:20:19 +00:00
gstplay-enum.h playback: add GST_PLAY_FLAG_FORCE_SW_DECODERS enum 2020-01-09 12:28:32 +00:00
gstplaybackelement.c playback: element_init returns void 2021-03-16 17:59:00 +00:00
gstplaybackelements.h playback: element_init returns void 2021-03-16 17:59:00 +00:00
gstplaybackplugin.c playback: remove useless ret test 2021-03-10 20:06:20 +01:00
gstplaybackutils.c playback-utils: Fix caps leak on failure 2018-01-17 12:18:41 +00:00
gstplaybackutils.h playback: Mark internal functions as G_GNUC_INTERNAL 2016-09-01 13:07:07 +03:00
gstplaybin2.c playback: remove useless ret test 2021-03-10 20:06:20 +01:00
gstplaybin3.c playback: element_init returns void 2021-03-16 17:59:00 +00:00
gstplaysink.c playback: remove useless ret test 2021-03-10 20:06:20 +01:00
gstplaysink.h playback: allow per feature registration 2020-12-10 13:01:57 +00:00
gstplaysinkaudioconvert.c Fix FSF address 2012-11-03 23:05:09 +00:00
gstplaysinkaudioconvert.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstplaysinkconvertbin.c base: use new gst_element_class_add_static_pad_template() 2016-03-24 14:25:41 +02:00
gstplaysinkconvertbin.h playsinkconvertbin: Remove obsolete segment tracking 2013-07-23 13:36:09 +02:00
gstplaysinkvideoconvert.c Fix FSF address 2012-11-03 23:05:09 +00:00
gstplaysinkvideoconvert.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstrawcaps.h playback: Add support for CEA 608/708 CC overlay elements 2018-04-09 15:15:24 +02:00
gststreamsynchronizer.c playback: remove useless ret test 2021-03-10 20:06:20 +01:00
gststreamsynchronizer.h playback: allow per feature registration 2020-12-10 13:01:57 +00:00
gstsubtitleoverlay.c playback: remove useless ret test 2021-03-10 20:06:20 +01:00
gstsubtitleoverlay.h playback: allow per feature registration 2020-12-10 13:01:57 +00:00
gsturidecodebin.c playback: remove useless ret test 2021-03-10 20:06:20 +01:00
gsturidecodebin3.c playback: remove useless ret test 2021-03-10 20:06:20 +01:00
gsturisourcebin.c playback: remove useless ret test 2021-03-10 20:06:20 +01:00
meson.build playback: allow per feature registration 2020-12-10 13:01:57 +00:00