GNOME Bugzilla – Bug 725090
debugutilsbad: fails gst-indent check
Last modified: 2014-02-25 09:05:01 UTC
Created attachment 270182 [details] [review] gst-indent debugutilsbad.c trying to add a tsvenc element to gst-plugins-bad. have been asked to ensure new code passes gst-indent, except the existing code already in the plugin fails the indent check. making all the code touched by the patch pass an indent check would make the patch modify more lines than it should. this first patch should take care of getting the existing code to pass an indent check by itself so that the subsequent patch to add the new element doesn't need to modify unrelated code.
commit ba0a3f65ebd27833d18ed5a504d3b6df1a22998f Author: Kipp Cannon <kcannon@cita.utoronto.ca> Date: Mon Feb 24 14:56:03 2014 -0500 debugutilsbad.c fails gst-indent check this patch is "gst-indent debugutilsbad.c" https://bugzilla.gnome.org/show_bug.cgi?id=725090