Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssdemux.c422 const gchar *protection_data = in gst_mss_demux_setup_streams() local
424 gboolean protected = protection_system_id && protection_data; in gst_mss_demux_setup_streams()
501 gst_buffer_new_wrapped (g_strdup (protection_data), in gst_mss_demux_setup_streams()
502 strlen (protection_data)); in gst_mss_demux_setup_streams()
576 const gchar *protection_data = in gst_mss_demux_stream_select_bitrate() local
578 gboolean protected = protection_system_id && protection_data; in gst_mss_demux_stream_select_bitrate()
Dgstmssmanifest.c112 gchar *protection_data; member
347 manifest->protection_data = (gchar *) xmlNodeGetContent (nodeiter); in _gst_mss_parse_protection()
461 xmlFree (manifest->protection_data); in gst_mss_manifest_free()
478 return manifest->protection_data; in gst_mss_manifest_get_protection_data()