freeimagedec: Move utility functions to gstfreeimageutils.c/.h and other minor cleanup

Also removed static pad templates, changed elements to have underscore rather than hyphen in their name, and fix caps handling (BGR/RGB)
This commit is contained in:
Joshua M. Doe
2010-06-18 15:25:21 -04:00
parent 4fc7cd5ec8
commit 992d159add
4 changed files with 287 additions and 246 deletions

View File

@@ -60,9 +60,6 @@ struct _GstFreeImageDec
gboolean setup;
gint width;
gint height;
gint bpp;
gint fps_n;
gint fps_d;