• Home
  • Raw
  • Download

Lines Matching refs:active_stream

325   GstStream *active_stream;  member
1599 if (output->type == stype && output->slot && output->slot->active_stream) { in find_free_compatible_output()
1600 GstStream *tstream = output->slot->active_stream; in find_free_compatible_output()
1642 stream_id = gst_stream_get_stream_id (slot->active_stream); in get_output_for_slot()
1643 caps = gst_stream_get_caps (slot->active_stream); in get_output_for_slot()
1679 output = find_free_compatible_output (dbin, slot->active_stream); in get_output_for_slot()
1743 gst_stream_get_stream_id (output->slot->active_stream)); in is_selection_done()
1745 gst_message_streams_selected_add (msg, output->slot->active_stream); in is_selection_done()
1866 if (slot->active_stream == NULL) { in multiqueue_src_probe()
1867 slot->active_stream = stream; in multiqueue_src_probe()
1868 } else if (slot->active_stream != stream) { in multiqueue_src_probe()
1870 gst_stream_get_stream_id (slot->active_stream), in multiqueue_src_probe()
1872 gst_object_unref (slot->active_stream); in multiqueue_src_probe()
1873 slot->active_stream = stream; in multiqueue_src_probe()
2098 input, input->active_stream, in get_slot_for_input()
2100 active_stream ? gst_stream_get_stream_id (input->active_stream) : ""); in get_slot_for_input()
2102 if (input->active_stream) { in get_slot_for_input()
2103 input_type = gst_stream_get_stream_type (input->active_stream); in get_slot_for_input()
2104 stream_id = (gchar *) gst_stream_get_stream_id (input->active_stream); in get_slot_for_input()
2125 slot->id, slot->active_stream); in get_slot_for_input()
2126 if (stream_id && slot->active_stream) { in get_slot_for_input()
2128 (gchar *) gst_stream_get_stream_id (slot->active_stream); in get_slot_for_input()
2158 slot->pending_stream = input->active_stream; in link_input_to_slot()
2227 GstCaps *new_caps = (GstCaps *) gst_stream_get_caps (slot->active_stream); in reconfigure_output_stream()
2332 caps = gst_stream_get_caps (slot->active_stream); in reconfigure_output_stream()
2473 if (slot->active_stream) { in find_slot_for_stream_id()
2474 stream_id = gst_stream_get_stream_id (slot->active_stream); in find_slot_for_stream_id()
2478 if (slot->pending_stream && slot->pending_stream != slot->active_stream) { in find_slot_for_stream_id()
2501 if (G_UNLIKELY (slot->active_stream == NULL)) { in reassign_slot()
2515 sid = gst_stream_get_stream_id (slot->active_stream); in reassign_slot()
2549 tslot, tslot->output, gst_stream_get_stream_id (tslot->active_stream)); in reassign_slot()
2671 if (slot->active_stream) { in handle_stream_switch()
2673 gst_stream_get_stream_id (slot->active_stream))) in handle_stream_switch()
2677 && slot->pending_stream != slot->active_stream) { in handle_stream_switch()
2686 active_stream ? gst_stream_get_stream_id (slot->active_stream) : in handle_stream_switch()
2713 gst_stream_get_stream_id (slot_to_activate->active_stream)); in handle_stream_switch()
2741 if (slot->active_stream) in handle_stream_switch()
2744 (gchar *) gst_stream_get_stream_id (slot->active_stream)); in handle_stream_switch()
2934 gst_object_replace ((GstObject **) & slot->active_stream, NULL); in free_multiqueue_slot()