Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcccombiner.c76 GstPad *caption_pad = in samples_selected_cb() local
82 gst_aggregator_peek_next_sample (agg, GST_AGGREGATOR_PAD (caption_pad)); in samples_selected_cb()
94 gst_object_unref (caption_pad); in samples_selected_cb()
102 GstPad *caption_pad; in GST_START_TEST() local
110 caption_pad = gst_element_request_pad_simple (h->element, "caption"); in GST_START_TEST()
111 gst_harness_add_element_sink_pad (h2, caption_pad); in GST_START_TEST()
112 gst_object_unref (caption_pad); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c393 GstAggregatorPad *caption_pad; in queue_caption() local
401 caption_pad = in queue_caption()
424 gst_object_unref (caption_pad); in queue_caption()
428 gst_segment_to_running_time (&caption_pad->segment, GST_FORMAT_TIME, in queue_caption()
431 gst_segment_to_stream_time (&caption_pad->segment, GST_FORMAT_TIME, in queue_caption()
737 GstAggregatorPad *caption_pad; in gst_cc_combiner_collect_captions() local
745 caption_pad = in gst_cc_combiner_collect_captions()
749 if (!caption_pad) { in gst_cc_combiner_collect_captions()
771 caption_buf = gst_aggregator_pad_peek_buffer (caption_pad); in gst_cc_combiner_collect_captions()
773 if (gst_aggregator_pad_is_eos (caption_pad)) { in gst_cc_combiner_collect_captions()
[all …]