Lines Matching refs:video_pad
988 GstAggregatorPad *video_pad; in gst_cc_combiner_aggregate() local
992 video_pad = in gst_cc_combiner_aggregate()
995 video_buf = gst_aggregator_pad_peek_buffer (video_pad); in gst_cc_combiner_aggregate()
997 if (gst_aggregator_pad_is_eos (video_pad)) { in gst_cc_combiner_aggregate()
1018 gst_object_unref (video_pad); in gst_cc_combiner_aggregate()
1025 gst_object_unref (video_pad); in gst_cc_combiner_aggregate()
1033 gst_segment_to_running_time (&video_pad->segment, GST_FORMAT_TIME, in gst_cc_combiner_aggregate()
1037 gst_aggregator_pad_drop_buffer (video_pad); in gst_cc_combiner_aggregate()
1039 gst_object_unref (video_pad); in gst_cc_combiner_aggregate()
1058 gst_aggregator_pad_drop_buffer (video_pad); in gst_cc_combiner_aggregate()
1064 if (video_pad->segment.stop != -1 && end_time > video_pad->segment.stop) in gst_cc_combiner_aggregate()
1065 end_time = video_pad->segment.stop; in gst_cc_combiner_aggregate()
1067 gst_segment_to_running_time (&video_pad->segment, GST_FORMAT_TIME, in gst_cc_combiner_aggregate()
1073 if (video_pad->segment.stop != -1 && end_time > video_pad->segment.stop) in gst_cc_combiner_aggregate()
1074 end_time = video_pad->segment.stop; in gst_cc_combiner_aggregate()
1076 gst_segment_to_running_time (&video_pad->segment, GST_FORMAT_TIME, in gst_cc_combiner_aggregate()
1089 gst_object_unref (video_pad); in gst_cc_combiner_aggregate()
1366 GstAggregatorPad *caption_pad, *video_pad; in gst_cc_combiner_peek_next_sample() local
1373 video_pad = in gst_cc_combiner_peek_next_sample()
1395 } else if (aggpad == video_pad) { in gst_cc_combiner_peek_next_sample()
1407 if (video_pad) in gst_cc_combiner_peek_next_sample()
1408 gst_object_unref (video_pad); in gst_cc_combiner_peek_next_sample()