summaryrefslogtreecommitdiff
path: root/gst/games/gstpuzzle.c
Commit message (Expand)AuthorAgeFilesLines
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-271-9/+9
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-2/+4
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-6/+5
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-1/+1
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* gst/games/gstpuzzle.c: call oil_init() when using liboilStefan Kost2006-01-051-0/+4
* expand tabsThomas Vander Stichele2005-12-061-2/+2
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* gst/games/gstpuzzle.c: - handle nav events differently: forward every event n...Benjamin Otte2005-01-081-28/+49
* gst/games/gstpuzzle.c: don't draw a puzzle if either width or height of tiles...Benjamin Otte2005-01-061-0/+6
* gst/games/gstpuzzle.c: no memleaks, please change initialization code around ...Benjamin Otte2005-01-061-12/+44
* gst/games/gstpuzzle.c: fix edges when image sizes aren't multiples of tile sizesBenjamin Otte2005-01-061-10/+14
* gst/games/gstpuzzle.c: make RGB endianness work correctly refactor and fix ra...Benjamin Otte2005-01-061-9/+61
* add a puzzle game with...Benjamin Otte2005-01-061-0/+458