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 622692 - pipelines/metadata check fails
pipelines/metadata check fails
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-25 07:26 UTC by Edward Hervey
Modified: 2010-06-25 14:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GST_DEBUG=2,*metada*:5 make pipelines/metadata.check > log 2>&1 (9.77 KB, text/plain)
2010-06-25 07:26 UTC, Edward Hervey
Details

Description Edward Hervey 2010-06-25 07:26:36 UTC
Created attachment 164589 [details]
GST_DEBUG=2,*metada*:5 make pipelines/metadata.check > log 2>&1

pipelines/metadata.c:151:F:general:test_gps_tags:0: Assertion 'n_recv >= n_sent' failed
Comment 1 Thiago Sousa Santos 2010-06-25 14:45:33 UTC
commit 1e01bf6b2006d4fdb71f84397f0172a77fa42f2a
Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk>
Date:   Fri Jun 25 11:02:33 2010 -0300

    metadata: Include config.h in metadata*.c files
    
    Include config.h in metadataexif.c in metadata plugin so
    that HAVE_EXIF gets defined and exif metadata is properly
    generated.
    
    Also adds config.h to all .c files missing it in metadata plugin
    
    Fixes #622692