mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
pbutils: add MPEG 2 AAC description
https://bugzilla.gnome.org/show_bug.cgi?id=708773
This commit is contained in:
parent
c9ff3e4f98
commit
cb70260b48
1 changed files with 2 additions and 0 deletions
|
@ -610,6 +610,8 @@ format_info_get_desc (const FormatInfo * info, const GstCaps * caps)
|
|||
}
|
||||
GST_WARNING ("Unexpected MPEG-1 layer in %" GST_PTR_FORMAT, caps);
|
||||
return g_strdup ("MPEG-1 Audio");
|
||||
case 2:
|
||||
return g_strdup ("MPEG-2 AAC");
|
||||
case 4:
|
||||
return g_strdup ("MPEG-4 AAC");
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue