sys/directdraw/gstdirectdrawsink.c: Bunch of small fixes: remove static function...
authorTim-Philipp Müller <tim@centricular.net>
Sun, 20 May 2007 14:59:46 +0000 (14:59 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 20 May 2007 14:59:46 +0000 (14:59 +0000)
commitfa055153aa856c4a29bd41cf024f194ce8a05bff
treefaee95bdd43b33bf2d47b0b05ee94875e751362c
parent798b78630f3c8165c726341f060b2afd45ed5286
sys/directdraw/gstdirectdrawsink.c: Bunch of small fixes: remove static function that doesn't exist; declare another ...

Original commit message from CVS:
* sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
(gst_directdraw_sink_buffer_alloc),
(gst_directdraw_sink_get_ddrawcaps),
(gst_directdraw_sink_surface_create):
Bunch of small fixes: remove static function that doesn't exist;
declare another one that does; printf format fix; use right macro
when specifying debug category; remove a bunch of unused variables;
#if 0 out an unused chunk of code (partially fixes #439914).
sys/directdraw/gstdirectdrawsink.c