[Bug 792437] New: fdkaacdec decoding error
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jan 11 18:08:31 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=792437
Bug ID: 792437
Summary: fdkaacdec decoding error
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: florent.thiery at ubicast.eu
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 366678
--> https://bugzilla.gnome.org/attachment.cgi?id=366678&action=edit
short audio sample
I'm trying to decode an AAC stream (provided by a network camera)
$ gst-launch-1.0 filesrc location=test.m4a ! qtdemux ! aacparse ! fdkaacdec !
autoaudiosink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstFdkAacDec:fdkaacdec0: Could not
decode stream.
Additional debug info:
../subprojects/gst-plugins-bad/ext/fdkaac/gstfdkaacdec.c(220):
gst_fdkaacdec_handle_frame (): /GstPipeline:pipeline0/GstFdkAacDec:fdkaacdec0:
decoding error: 16386
avdec_aac does succeeed:
$ gst-launch-1.0 filesrc location=test.m4a ! qtdemux ! aacparse ! avdec_aac !
autoaudiosink
Aacparse detects:
/GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstAacParse:aacparse0.GstPad:src:
caps = audio/mpeg, mpegversion=(int)4, framed=(boolean)true,
stream-format=(string)raw, level=(string)2, base-profile=(string)lc,
profile=(string)lc, codec_data=(buffer)1190, rate=(int)48000, channels=(int)2
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list