[Bug 778437] gsticydemux: reset tags on empty StreamTitle value

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 10 12:31:34 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=778437

--- Comment #2 from Søren Juul <zpon.dk at gmail.com> ---
Hi Sebastian,

Thanks for your quick feedback.
I just read that code should be compatible with ANSI C89
(https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/developing.html),
but I'm getting a lot of compile errors if I specify CLANG=-std=c89, for
example:
../subprojects/gstreamer/gst/printf/printf-parse.c: In function
‘__gst_printf_parse’:
../subprojects/gstreamer/gst/printf/printf-parse.c:260:15: error: C++ style
comments are not allowed in ISO C90
               //flags = 32;

I use gst-build to compile the code:
$ CFLAGS=-std=c89 meson build --buildtype=plain
$ ninja -C build

Am I only supposed to compile part of the code with c89?
Sorry for bringing build problems into the bug report.

-- 
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