Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgststreamcombiner.c98 GstStreamCombiner *stream_combiner = (GstStreamCombiner *) object; in gst_stream_combiner_finalize() local
100 g_mutex_clear (&stream_combiner->lock); in gst_stream_combiner_finalize()
108 GstStreamCombiner *stream_combiner = (GstStreamCombiner *) parent; in gst_stream_combiner_chain() local
112 return gst_pad_push (stream_combiner->srcpad, buf); in gst_stream_combiner_chain()
132 GstStreamCombiner *stream_combiner = (GstStreamCombiner *) parent; in gst_stream_combiner_sink_event() local
140 STREAMS_LOCK (stream_combiner); in gst_stream_combiner_sink_event()
144 stream_combiner->draining_encoder = TRUE; in gst_stream_combiner_sink_event()
146 STREAMS_UNLOCK (stream_combiner); in gst_stream_combiner_sink_event()
149 STREAMS_LOCK (stream_combiner); in gst_stream_combiner_sink_event()
150 if (stream_combiner->draining_encoder) { in gst_stream_combiner_sink_event()
[all …]