Lines Matching refs:outqueue
159 GstElement *outqueue; /* Queue just before the muxer */ member
1515 last = sgroup->outqueue = gst_element_factory_make ("queue", NULL); in _create_stream_group()
1516 g_object_set (sgroup->outqueue, "max-size-buffers", (guint) 0, in _create_stream_group()
1520 gst_bin_add (GST_BIN (ebin), sgroup->outqueue); in _create_stream_group()
1521 tosync = g_list_append (tosync, sgroup->outqueue); in _create_stream_group()
1522 srcpad = gst_element_get_static_pad (sgroup->outqueue, "src"); in _create_stream_group()
2327 if (sgroup->outqueue) { in stream_group_free()
2330 tmppad = gst_element_get_static_pad (sgroup->outqueue, "src"); in stream_group_free()
2343 gst_element_set_state (sgroup->outqueue, GST_STATE_NULL); in stream_group_free()
2350 gst_element_unlink (sgroup->formatter, sgroup->outqueue); in stream_group_free()
2355 gst_element_unlink (sgroup->outfilter, sgroup->outqueue); in stream_group_free()
2358 if (sgroup->outqueue) { in stream_group_free()
2359 gst_element_set_state (sgroup->outqueue, GST_STATE_NULL); in stream_group_free()
2360 gst_bin_remove (GST_BIN (ebin), sgroup->outqueue); in stream_group_free()