Searched refs:stream_combiner (Results 1 – 1 of 1) sorted by relevance
98 GstStreamCombiner *stream_combiner = (GstStreamCombiner *) object; in gst_stream_combiner_finalize() local100 g_mutex_clear (&stream_combiner->lock); in gst_stream_combiner_finalize()108 GstStreamCombiner *stream_combiner = (GstStreamCombiner *) parent; in gst_stream_combiner_chain() local112 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() local140 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 …]