Home
last modified time | relevance | path

Searched refs:current_video_buffer (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c743 g_assert (self->current_video_buffer != NULL); in gst_cc_combiner_collect_captions()
751 video_buf = self->current_video_buffer; in gst_cc_combiner_collect_captions()
755 self->current_video_buffer = NULL; in gst_cc_combiner_collect_captions()
759 tc_meta = gst_buffer_get_video_time_code_meta (self->current_video_buffer); in gst_cc_combiner_collect_captions()
864 caption_buf, GST_TIME_ARGS (caption_time), self->current_video_buffer); in gst_cc_combiner_collect_captions()
887 if (GST_BUFFER_FLAG_IS_SET (self->current_video_buffer, in gst_cc_combiner_collect_captions()
889 if (!GST_VIDEO_BUFFER_IS_BOTTOM_FIELD (self->current_video_buffer)) { in gst_cc_combiner_collect_captions()
902 } else if (GST_BUFFER_FLAG_IS_SET (self->current_video_buffer, in gst_cc_combiner_collect_captions()
904 GST_BUFFER_FLAG_IS_SET (self->current_video_buffer, in gst_cc_combiner_collect_captions()
906 if (GST_VIDEO_BUFFER_IS_TOP_FIELD (self->current_video_buffer)) { in gst_cc_combiner_collect_captions()
[all …]
Dgstcccombiner.h61 GstBuffer *current_video_buffer; member
/third_party/gstreamer/gstplugins_bad/
DChangeLog3122 self->current_video_buffer to NULL *after* emitting selected-samples