pbutils: add MPEG 2 AAC description
https://bugzilla.gnome.org/show_bug.cgi?id=708773
This commit is contained in:
parent
c9ff3e4f98
commit
cb70260b48
@ -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…
x
Reference in New Issue
Block a user