Home
last modified time | relevance | path

Searched refs:STREAM_LOCK (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpstorage.c96 STREAM_LOCK (stream); in rtp_storage_get_packets_for_recovery()
132 STREAM_LOCK (stream); in rtp_storage_get_redundant_packet()
160 STREAM_LOCK (stream); in rtp_storage_do_put_recovered_packet()
215 STREAM_LOCK (stream); in rtp_storage_append_buffer()
Drtpstoragestream.h41 #define STREAM_LOCK(s) g_mutex_lock (&(s)->stream_lock) macro
Drtpstoragestream.c163 STREAM_LOCK (stream); in rtp_storage_stream_free()
/third_party/gstreamer/gstreamer/
DChangeLog7869 aggregator: don't try to take STREAM_LOCK on sink pad flush
16539 as the LIVE_LOCK was replacing the STREAM_LOCK in many situation. As a
22945 It is calling do_sync(), which requires the STREAM_LOCK and PREROLL_LOCK to be
22946 taken. The STREAM_LOCK is already taken in all callers, the PREROLL_LOCK not.
53245 Should reproduce 'GStreamer-WARNING **: wrong STREAM_LOCK count 0'
67417 within a pad probe (holding STREAM_LOCK) carries out the pipeline plumbing
67430 within a pad probe (holding STREAM_LOCK) carries out the pipeline plumbing
67442 within a pad probe (holding STREAM_LOCK) carries out the pipeline plumbing
67918 ... which is either already mute and/or implicitly handled by STREAM_LOCK.
80072 STREAM_LOCK and OBJECT_LOCK. This means, reading can be done as
[all …]
/third_party/glib/
DNEWS7167 670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
/third_party/gstreamer/gstplugins_base/
DChangeLog17770 videoencoder: Release STREAM_LOCK during gst_pad_push()
17771 Release STREAM_LOCK before calling gst_pad_push() and take it
17779 videodecoder: Release STREAM_LOCK during gst_pad_push()
17780 Release STREAM_LOCK before calling gst_pad_push() and take it
63912 decodebin2: Take STREAM_LOCK before sending sticky events.
79857 videodecoder: don't take STREAM_LOCK on upstream events
79858 Don't try to take STREAM_LOCK on upstream events such as QOS.
90929 other (STREAM_LOCK protected) call paths can take care of that.
91897 Added STREAM_LOCK and PREROLL_LOCK in GstPad.
106327 within a pad probe (holding STREAM_LOCK) carries out the pipeline plumbing
/third_party/gstreamer/gstplugins_good/
DChangeLog57716 Only wait for the STREAM_LOCK when we flushed something when sending
88834 ... which is either already mute and/or implicitly handled by STREAM_LOCK.
90067 within a pad probe (holding STREAM_LOCK) carries out the pipeline plumbing
151589 Fix deadly lock order error in seeking code, STREAM_LOCK
151591 protected with the STREAM_LOCK anyway.
156757 …gst/avi/gstavidemux.c: No need to take the STREAM_LOCK in the loop function. Improve some debug me…
156762 No need to take the STREAM_LOCK in the loop function. Improve
/third_party/gstreamer/gstplugins_bad/
DChangeLog148013 Added STREAM_LOCK and PREROLL_LOCK in GstPad.
170680 ... which is either already mute and/or implicitly handled by STREAM_LOCK.
191857 Remove bogus object locks, it's all protected by the STREAM_LOCK.
233165 ext/faad/gstfaad.c: Don't take STREAM_LOCK in sink event handlers any more.
233168 Don't take STREAM_LOCK in sink event handlers any more.