Home
last modified time | relevance | path

Searched refs:GST_STREAM_APPLICATION (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.h75 GST_STREAM_APPLICATION /* application stream (optional): for timed text/subtitles */ enumerator
Dgstmpdparser.c1417 return GST_STREAM_APPLICATION; in gst_mpdparser_representation_get_mimetype()
Dgstdashdemux.c1082 case GST_STREAM_APPLICATION: in gst_dash_demux_create_pad()
1222 case GST_STREAM_APPLICATION: in gst_dash_demux_get_input_caps()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c3701 assert_equals_int (activeStream->mimeType, GST_STREAM_APPLICATION); in GST_START_TEST()