[gstreamer-bugs] [Bug 320324] New: [API] GST_FOURCC_FORMAT should drop leading '%'

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Oct 31 07:51:32 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=320324
 GStreamer | gstreamer (core) | Ver: 0.9.x

           Summary: [API] GST_FOURCC_FORMAT should drop leading '%'
           Product: GStreamer
           Version: 0.9.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Currently all our FOO_BAR_FORMAT macros like GST_TIME_FORMAT, GST_PTR_FORMAT
etc. expect the initial '%' to be part of the string, e.g. you write

  GST_DEBUG ("Timestamp: %" GST_TIME_FORMAT, GST_TIME_ARGS (ts));

while currently with GST_FOURCC_FORMAT you need to write

  GST_DEBUG ("Fourcc: " GST_FOURCC_FORMAT, GST_FOURCC_ARGS (fourcc));


That's a bit inconsistent. Let's change GST_FOURCC_FORMAT to drop the initial
'%' when we do the big API change in November.

Cheers
 -Tim

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list