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 675547 - Wrong format string in ges-track-video-transition.c
Wrong format string in ges-track-video-transition.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other All
: Normal blocker
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-06 04:53 UTC by LRN
Modified: 2012-05-07 15:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description LRN 2012-05-06 04:53:27 UTC
GST_ERROR ("The pad %p has no parent element. This should not happen");
is erroneous for obvious reason.
Comment 1 Tim-Philipp Müller 2012-05-07 15:12:10 UTC
commit ea254c4621108efa30c1cc4366f8fb09d8cbc8e6
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Mon May 7 16:11:26 2012 +0100

    ges: fix printf arguments in debug message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675547