[Bug 797320] Skip C-specific constants from gir generation
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Oct 23 15:23:59 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=797320
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 9251cd9bf502aa2f218b8cfc65e85439133e4a05 (HEAD -> master, origin/master,
origin/HEAD)
Author: Jordan Petridis <jordan at centricular.com>
Date: Tue Oct 16 19:35:03 2018 +0300
gst: skip format specifiers from gir generation
GST_TIME_FORMAT, GST_TIME_ARGS, GST_STIME_FORMAT, GST_STIME_ARGS
GST_PTR_FORMAT, GST_SEGMENT_FORMAT, GST_FOURCC_FORMAT and
GST_FOURCC_ARGS are format specifiers.
They can't be used outside of C and should be generated in the gir.
https://bugzilla.gnome.org/show_bug.cgi?id=797320
commit cd6ceb1c41729fcedb0baaae94f60f477d700fe2
Author: Jordan Petridis <jordan at centricular.com>
Date: Tue Oct 16 19:35:03 2018 +0300
gst/gsterror.h: skip GST_ERROR_SYSTEM during gir generation
GST_ERROR_SYSTEM can't really be used outside of C and should
be skipped.
https://bugzilla.gnome.org/show_bug.cgi?id=797320
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list