summaryrefslogtreecommitdiffstats
path: root/sys/ximage
Commit message (Expand)AuthorAgeFilesLines
* ximage: Remove dead assignments.Edward Hervey2009-04-181-3/+0
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-4/+1
* Update and add documentation for platform specific plugins (sys).Stefan Kost2009-01-291-14/+11
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* sys/ximage/gstximagesrc.c: Fix build for systems that don't have XDamage.Edward Hervey2008-10-081-0/+4
* sys/ximage/gstximagesrc.c: Stop leaking the cursor image.Wim Taymans2008-10-031-0/+12
* sys/ximage/gstximagesrc.c: Initialise variables when opening the X display ra...Jan Schmidt2008-02-121-3/+5
* sys/ximage/ximageutil.c: Chain up in the finalize function for our custom buf...Sebastian Dröge2008-02-121-0/+8
* sys/ximage/gstximagesrc.c: Free allocated Damage memory before closing our co...Jan Schmidt2008-02-121-0/+19
* Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Tim-Philipp Müller2007-12-261-1/+1
* sys/ximage/gstximagesrc.c: Actually use the display_name property so that we ...daniel fischer2007-06-111-2/+2
* sys/ximage/gstximagesrc.c (gst_ximage_src_open_display, gst_ximage_src_ximage...Eric Anholt2007-05-111-79/+73
* sys/ximage/gstximagesrc.c (gst_ximage_src_start, gst_ximage_src_ximage_get):Zaheer Abbas Merali2007-05-112-5/+52
* sys/ximage/gstximagesrc.c: Chain up in disposeJan Schmidt2007-03-041-0/+2
* sys/ximage/gstximagesrc.c: Catch the case where no clock has been set.Jan Schmidt2007-03-041-0/+7
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-1/+3
* sys/ximage/gstximagesrc.c: Error out correctly when getting xcontext fails.Zaheer Abbas Merali2007-03-011-0/+7
* Use G_GSIZE_FORMAT in print statements for portability.Edward Hervey2007-01-251-1/+2
* sys/ximage/gstximagesrc.c: Fix presumably copy'n'pasto for 16bpp depth.Tim-Philipp Müller2006-12-241-1/+1
* Printf format fixes.Tim-Philipp Müller2006-10-051-1/+1
* sys/ximage/ximageutil.c: Fix rgb masks when recording in < 24bpp.Zaheer Abbas Merali2006-08-041-0/+4
* sys/ximage/gstximagesrc.c: Document newly-added properties properly, so that ...Tim-Philipp Müller2006-07-251-4/+43
* sys/ximage/gstximagesrc.c: Fix segfault when moving mouse pointer to the bott...Zaheer Abbas Merali2006-07-141-4/+2
* sys/ximage/gstximagesrc.*: Fix use-damage property to actually work :)Zaheer Abbas Merali2006-07-082-54/+242
* sys/ximage/gstximagesrc.*: Add use_damage property to offer ability to choose...Zaheer Abbas Merali2006-07-082-2/+18
* sys/ximage/gstximagesrc.c: Fix hypothetical crash.Zaheer Abbas Merali2006-06-291-0/+4
* autogen.sh: require am17Thomas Vander Stichele2006-06-111-1/+2
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-1/+1
* Move ximagesrc plug-in to good after review. Fixes #336756.Thomas Vander Stichele2006-04-282-3/+3
* borgify namingThomas Vander Stichele2006-04-282-72/+71
* doc tweaksThomas Vander Stichele2006-04-281-7/+3
* clean up Makefile.amThomas Vander Stichele2006-04-282-20/+19
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* Fix broken GObject macrosStefan Kost2006-04-081-3/+5
* Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to 25fpsZaheer Abbas Merali2006-04-071-5/+6
* sys/ximagesrc/ximagesrc.c: Fix typo, C++ style comments and other small cleanupsZaheer Abbas Merali2006-04-071-9/+14
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* Add tests and fix PAR caps issue to ximagesrcZaheer Abbas Merali2006-03-312-7/+10
* sys/ximagesrc/ximagesrc.c: Add docs to ximagesrcZaheer Abbas Merali2006-03-311-0/+25
* sys/ximagesrc/: Fix ximagesrc so a) the cursor doesnt trail and b) there are ...Zaheer Abbas Merali2006-03-314-42/+94
* Have a show mouse pointer property and use it if we canZaheer Abbas Merali2006-03-171-2/+16
* Port ximagesrc to 0.10 (Closes #304795)Jan Schmidt2006-02-205-0/+1507