mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
Only mpegversion=4 is supported for AAC
This commit is contained in:
parent
742816df69
commit
cb6f703669
1 changed files with 1 additions and 2 deletions
|
@ -119,9 +119,8 @@ create_sink_caps (const GstAmcCodecInfo * codec_info)
|
|||
gst_value_list_append_value (&va, &v);
|
||||
g_value_unset (&v);
|
||||
|
||||
/* FIXME: Both mpegversions? */
|
||||
tmp = gst_structure_new ("audio/mpeg",
|
||||
"mpegversion", GST_TYPE_INT_RANGE, 2, 4,
|
||||
"mpegversion", G_TYPE_INT, 4,
|
||||
"rate", GST_TYPE_INT_RANGE, 1, G_MAXINT,
|
||||
"channels", GST_TYPE_INT_RANGE, 1, G_MAXINT,
|
||||
"framed", G_TYPE_BOOLEAN, TRUE, NULL);
|
||||
|
|
Loading…
Reference in a new issue