GNOME Bugzilla – Bug 738060
Use AVInputFormat.name instead of AVInputFormat.long_name for container formats
Last modified: 2018-11-03 12:56:42 UTC
long_name is meant to be human readable and can change, while name is a comma separated list of machine usable container format names. long_name can change or be reformatted any time. Also long_name can be NULL, especially if building libav/ffmpeg with --enable-small
Not sure I understand. Example: $ gst-inspect-1.0 avdec_ape Factory Details: Rank marginal (64) Long-name libav Monkey's Audio decoder Klass Codec/Decoder/Audio Description libav ape decoder Why would we prefer the 'description' here over the 'long-name' ? If it's only because of --enable-small then I would agree that we should use name as fallback if long_name is NULL.
It's only about --enable-small and not crashing, yes
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/16.