Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/subenc/
Dgstwebvttenc.c87 GstWebvttEnc *webvttenc = GST_WEBVTT_ENC (parent); in gst_webvtt_enc_chain()
156 GstWebvttEnc *webvttenc = GST_WEBVTT_ENC (parent); in gst_webvtt_enc_event()
189 GstWebvttEnc *webvttenc = GST_WEBVTT_ENC (element); in gst_webvtt_enc_change_state()
212 webvttenc = GST_WEBVTT_ENC (object); in gst_webvtt_enc_get_property()
234 webvttenc = GST_WEBVTT_ENC (object); in gst_webvtt_enc_set_property()
Dgstwebvttenc.h28 #define GST_WEBVTT_ENC(obj) \ macro