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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 10 13:15:32 UTC 2017


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

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Don't use -std=c89 for anything really. The problem here is that the meson
build does not include all the compiler warning flags that are part of the
autotools build.

But what you only need to do here is to move the 2 variable declarations at the
beginning of the blog, and ensure that tags_found is always initialized (i.e.
initialize it to 0 at the very top).

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