Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c637 if (splitmux->active_sink) { in gst_splitmux_reset_elements()
638 gst_element_set_locked_state (splitmux->active_sink, TRUE); in gst_splitmux_reset_elements()
639 gst_element_set_state (splitmux->active_sink, GST_STATE_NULL); in gst_splitmux_reset_elements()
640 gst_bin_remove (GST_BIN (splitmux), splitmux->active_sink); in gst_splitmux_reset_elements()
643 splitmux->sink = splitmux->active_sink = splitmux->muxer = NULL; in gst_splitmux_reset_elements()
652 splitmux->sink = splitmux->active_sink = splitmux->muxer = NULL; in gst_splitmux_sink_dispose()
2013 sink = gst_object_ref (splitmux->active_sink); in start_next_fragment()
2049 splitmux->active_sink = splitmux->sink; in start_next_fragment()
2273 if (GST_MESSAGE_SRC (message) == (GstObject *) splitmux->active_sink in bus_handler()
3820 if (splitmux->active_sink == NULL) { in create_sink()
[all …]
Dgstsplitmuxsink.h158 GstElement *active_sink; member