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 680553 - [flacenc] seems broken
[flacenc] seems broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-24 20:33 UTC by Anton Belka
Modified: 2012-07-25 10:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
log (1.07 KB, text/x-log)
2012-07-24 20:33 UTC, Anton Belka
Details

Description Anton Belka 2012-07-24 20:33:30 UTC
Created attachment 219603 [details]
log

I updated all gstreamer modules from git and then run:
gst-launch filesrc location=~/test.flac ! decodebin ! flacenc ! filesink location=~/test-out.flac
See that flacenc broken. See log in attachment. Thanks.
Comment 1 Mark Nauwelaerts 2012-07-25 10:03:21 UTC
commit d55529621cb59343d3d42301c28e59e7fc7ce4e0
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Wed Jul 25 11:54:14 2012 +0200

    audioencoder: correctly compare audio info positions
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680553
Comment 2 Anton Belka 2012-07-25 10:37:52 UTC
Thank a lot! :P