Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtsdescriptor.c882 gst_mpegts_descriptor_from_registration (const gchar * format_identifier, in gst_mpegts_descriptor_from_registration() argument
887 g_return_val_if_fail (format_identifier != NULL, NULL); in gst_mpegts_descriptor_from_registration()
893 memcpy (descriptor->data + 2, format_identifier, 4); in gst_mpegts_descriptor_from_registration()
Dgstmpegtsdescriptor.h283 const gchar *format_identifier,
/third_party/gstreamer/gstplugins_bad/
DChangeLog28205 tsdemux: Add format_identifier for AC4 codec
28206 According to following spec document, add format_identifier for AC4 in tsdemux.