Home
last modified time | relevance | path

Searched refs:gst_protection_select_system (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstprotection.c200 selected_id = gst_protection_select_system (sys_ids); in GST_START_TEST()
203 selected_id = gst_protection_select_system (&sys_ids[1]); in GST_START_TEST()
206 selected_id = gst_protection_select_system (&sys_ids[3]); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstprotection.h93 const gchar * gst_protection_select_system (const gchar ** system_identifiers);
Dgstprotection.c176 gst_protection_select_system (const gchar ** system_identifiers) in gst_protection_select_system() function
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssdemux.c438 selected_system = gst_protection_select_system (sys_ids); in gst_mss_demux_setup_streams()
587 const gchar *selected_system = gst_protection_select_system (sys_ids); in gst_mss_demux_stream_select_bitrate()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c8591 selected_system = gst_protection_select_system (preferred_system_array); in gst_qtdemux_configure_protected_caps()
8605 selected_system = gst_protection_select_system ((const gchar **) in gst_qtdemux_configure_protected_caps()
/third_party/gstreamer/gstreamer/
DChangeLog16739 protection: Fix annotations for gst_protection_select_system()
30484 The gst_protection_select_system function that takes an array of
30488 This commit adds a unit test for the gst_protection_select_system
30496 API: gst_protection_select_system()