[Bug 787980] tests: ipcpipeline: fix struct initializations
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jan 5 19:25:37 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=787980
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t.i.m at zen.co.uk
--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
> This patch fix structures initialization adding the missing braces.
> Nonetheless, this patch has to be committed with --no-verify because
> this changeset is not well handled by gst-indent.
That's not good, will just cause problems next time someone makes a change to
the file.
It might make sense to define FOO_INIT macros that can be used like
foo_t f = FOO_INIT;
and that would probably also play nice with gst-indent.
--
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