pbutils: add MPEG 2 AAC description

https://bugzilla.gnome.org/show_bug.cgi?id=708773
This commit is contained in:
Matej Knopp 2013-09-25 19:29:24 +02:00 committed by Tim-Philipp Müller
parent c9ff3e4f98
commit cb70260b48

View file

@ -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: