After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 783060 - aacparse cant convert raw to adts
aacparse cant convert raw to adts
Status: RESOLVED DUPLICATE of bug 615740
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.12.0
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-24 21:06 UTC by m][sko
Modified: 2017-05-24 21:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description m][sko 2017-05-24 21:06:56 UTC
this don't work
gst-launch-1.0 audiotestsrc ! 'audio/x-raw, format=S16LE, rate=48000, channels=2' ! fdkaacenc ! 'audio/mpeg, stream-format=raw' ! aacparse disable-passthrough=true ! 'audio/mpeg, stream-format=adts' ! mpegtsmux  ! filesink location="test.ts"

and this work fine
gst-launch-1.0 audiotestsrc ! 'audio/x-raw, format=S16LE, rate=48000, channels=2' ! fdkaacenc ! 'audio/mpeg, stream-format=adts' ! aacparse disable-passthrough=true ! 'audio/mpeg, stream-format=adts' ! mpegtsmux  ! filesink location="test.ts"
Comment 1 Tim-Philipp Müller 2017-05-24 21:16:49 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 615740 ***