Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h508 gpointer protection_scheme_info; /* specific to the protection scheme */ member
Dqtdemux.c1903 stream->protection_scheme_info = NULL; in _create_stream()
2590 if (stream->protection_scheme_info) { in gst_qtdemux_stream_clear()
2594 (QtDemuxCencSampleSetInfo *) stream->protection_scheme_info; in gst_qtdemux_stream_clear()
2602 (QtDemuxAavdEncryptionInfo *) stream->protection_scheme_info; in gst_qtdemux_stream_clear()
2606 g_free (stream->protection_scheme_info); in gst_qtdemux_stream_clear()
2607 stream->protection_scheme_info = NULL; in gst_qtdemux_stream_clear()
2845 if (!stream->protection_scheme_info) in qtdemux_parse_piff()
2846 stream->protection_scheme_info = g_new0 (QtDemuxCencSampleSetInfo, 1); in qtdemux_parse_piff()
2848 ss_info = (QtDemuxCencSampleSetInfo *) stream->protection_scheme_info; in qtdemux_parse_piff()
3710 g_return_val_if_fail (stream->protection_scheme_info != NULL, NULL); in qtdemux_get_cenc_sample_properties()
[all …]