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 587297 - build failure on macosx
build failure on macosx
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal blocker
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-29 11:49 UTC by Edward Hervey
Modified: 2009-06-29 11:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use GST_TIME_ARGS (628 bytes, patch)
2009-06-29 11:50 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2009-06-29 11:49:11 UTC
A stupid bug introduced itself in one of the last commits causing a build failure on macosx.

patch follows
Comment 1 Edward Hervey 2009-06-29 11:50:05 UTC
Created attachment 137551 [details] [review]
use GST_TIME_ARGS

the debug statement is using the GST_TIME_FORMAT qualifier... but the variable wasn't using GST_TIME_ARGS().
Comment 2 Edward Hervey 2009-06-29 11:54:58 UTC
commit fe2291e9e188b18d85e58cfa15f0f7cc36bc2db9
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Mon Jun 29 13:53:50 2009 +0200

    gstffmpegdec: Fix debug arguments. Fixes #587297