Skip to content

dashsink: Use gst_codec_utils_caps_get_mime_codec()

Use gst_codec_utils_caps_get_mime_codec() in pbutils for codec strings. That function gives more elaborate RFC 6381 compatible strings than the helper functions in gstmdphelper.c, such as "avc1.F4000D".

Remove the helper functions, as they were only used from dashsink.

Merge request reports