• Home
  • Raw
  • Download

Lines Matching refs:active_stream

469   GstStream *active_stream;  member
1385 parsepad->active_stream); in analyze_new_pad()
1386 g_assert (parsepad->active_stream); in analyze_new_pad()
1388 gst_stream_new (gst_stream_get_stream_id (parsepad->active_stream), in analyze_new_pad()
1390 gst_stream_get_stream_flags (parsepad->active_stream)); in analyze_new_pad()
1391 gst_object_replace ((GstObject **) & parsepad->active_stream, in analyze_new_pad()
1394 parsepad->active_stream); in analyze_new_pad()
3713 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3728 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3759 if (p->active_stream != NULL && p->active_collection == NULL) { in build_fallback_collection()
3761 if (G_UNLIKELY (gst_stream_get_stream_type (p->active_stream) == in build_fallback_collection()
3769 gst_stream_set_stream_type (p->active_stream, type); in build_fallback_collection()
3770 gst_stream_set_caps (p->active_stream, caps); in build_fallback_collection()
3776 gst_object_ref (p->active_stream)); in build_fallback_collection()
3827 gst_object_replace ((GstObject **) & parsepad->active_stream, NULL); in gst_parse_pad_dispose()
3937 if (caps && parsepad->active_stream) { in gst_parse_pad_update_caps()
3939 " on stream %" GST_PTR_FORMAT, caps, parsepad->active_stream); in gst_parse_pad_update_caps()
3942 gst_stream_set_caps (parsepad->active_stream, caps); in gst_parse_pad_update_caps()
3944 if (gst_stream_get_stream_type (parsepad->active_stream) == in gst_parse_pad_update_caps()
3948 gst_stream_set_stream_type (parsepad->active_stream, new_type); in gst_parse_pad_update_caps()
3957 && parsepad->active_stream) { in gst_parse_pad_update_tags()
3960 parsepad->active_stream); in gst_parse_pad_update_tags()
3961 gst_stream_set_tags (parsepad->active_stream, tags); in gst_parse_pad_update_tags()
3976 if (parsepad->active_stream != NULL && in gst_parse_pad_stream_start_event()
3977 g_str_equal (parsepad->active_stream->stream_id, stream_id)) in gst_parse_pad_stream_start_event()
4006 stream = gst_object_ref (parsepad->active_stream); in gst_parse_pad_stream_start_event()
4012 gst_object_replace ((GstObject **) & parsepad->active_stream, in gst_parse_pad_stream_start_event()