GNOME Bugzilla – Bug 667223
dvdspu: cleanup debug code
Last modified: 2012-06-10 13:32:42 UTC
Clean up debug code for drawing highlight rects which wasn't even compiling previously. Disabling it with an if(FALSE) rather than #if 0, so that it at least doesn't bitrot. Although having a way to enable it at runtime might be nice. patch attached
Created attachment 204530 [details] [review] dvdspu: cleanup debug code
commit c372f2c88cc4cfd0cb9a8fab715dad55b9eb2405 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Sun Jun 10 14:29:58 2012 +0100 dvdspu: allow debugging of render and highlight rectangles via environment variable Enable debugging of rectangles via GST_DVD_SPU_DEBUG. https://bugzilla.gnome.org/show_bug.cgi?id=667223 commit 126df2548ded01f33ce2a489b6bf6f8d117c19ef Author: Rob Clark <rob@ti.com> Date: Sat Dec 31 18:35:40 2011 -0600 dvdspu: cleanup debug code Clean up debug code for drawing highlight rects which wasn't even compiling previously. TODO: might be nice if this could be controlled by properties or env variables to make it possible to enable the debug code at runtime. https://bugzilla.gnome.org/show_bug.cgi?id=667223