Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/common/
Dmedia.js30 var audiotag = document.createElement("audio");
32 if ( audiotag.canPlayType &&
33 audiotag.canPlayType('audio/ogg') )
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.c540 _gst_mss_stream_audio_caps_from_audio_tag (gint audiotag) in _gst_mss_stream_audio_caps_from_audio_tag() argument
542 switch (audiotag) { in _gst_mss_stream_audio_caps_from_audio_tag()
791 gchar *audiotag = (gchar *) xmlGetProp (node, (xmlChar *) "AudioTag"); in _gst_mss_stream_audio_caps_from_qualitylevel_xml() local
811 } else if (audiotag) { in _gst_mss_stream_audio_caps_from_qualitylevel_xml()
812 atag = g_ascii_strtoull (audiotag, NULL, 10); in _gst_mss_stream_audio_caps_from_qualitylevel_xml()
900 xmlFree (audiotag); in _gst_mss_stream_audio_caps_from_qualitylevel_xml()
/third_party/gstreamer/gstplugins_bad/
DChangeLog127753 mssdemux: also generate caps from audiotag attribute