Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccextractor.c297 GstCaps *caption_caps = gst_video_caption_type_to_caps (caption_type); in create_caps_from_caption_type() local
299 gst_caps_set_simple (caption_caps, "framerate", GST_TYPE_FRACTION, in create_caps_from_caption_type()
302 return caption_caps; in create_caps_from_caption_type()
312 GstCaps *caption_caps = in forward_sticky_events() local
316 if (caption_caps) { in forward_sticky_events()
317 GstEvent *new_event = gst_event_new_caps (caption_caps); in forward_sticky_events()
321 gst_caps_unref (caption_caps); in forward_sticky_events()
375 GstCaps *caption_caps = in gst_cc_extractor_handle_meta() local
380 if (caption_caps == NULL) { in gst_cc_extractor_handle_meta()
385 gst_pad_push_event (filter->captionpad, gst_event_new_caps (caption_caps)); in gst_cc_extractor_handle_meta()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-anc.c1093 GstCaps *caption_caps; in gst_video_caption_type_to_caps() local
1099 caption_caps = gst_caps_new_simple ("closedcaption/x-cea-608", in gst_video_caption_type_to_caps()
1103 caption_caps = gst_caps_new_simple ("closedcaption/x-cea-608", in gst_video_caption_type_to_caps()
1107 caption_caps = gst_caps_new_simple ("closedcaption/x-cea-708", in gst_video_caption_type_to_caps()
1111 caption_caps = gst_caps_new_simple ("closedcaption/x-cea-708", in gst_video_caption_type_to_caps()
1119 return caption_caps; in gst_video_caption_type_to_caps()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c7646 GstCaps *subtitle_caps, *caption_caps; in gst_qt_mux_register() local
7665 caption_caps = gst_static_caps_get (&prop->caption_sink_caps); in gst_qt_mux_register()
7666 if (!gst_caps_is_equal (caption_caps, GST_CAPS_NONE)) { in gst_qt_mux_register()
7667 params->caption_sink_caps = caption_caps; in gst_qt_mux_register()
7669 gst_caps_unref (caption_caps); in gst_qt_mux_register()