mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
d7e2aff994
Need to put the actual profile in the output caps otherwise any capsfilter after the encoder that was used to force the output profile will fail, such as fdkaacenc ! audio/mpeg,stream-format=adts,profile=he-aac-v1 ! .. because we put profile=lc in there to match the profile signaled in the ADTS header. This is expressed through the base-profile=lc in the GStreamer caps though, the profile needs to carry the 'real' profile. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1785> |
||
---|---|---|
.. | ||
gstfdkaac.c | ||
gstfdkaac.h | ||
gstfdkaacdec.c | ||
gstfdkaacdec.h | ||
gstfdkaacenc.c | ||
gstfdkaacenc.h | ||
gstfdkaacplugin.c | ||
meson.build |