summaryrefslogtreecommitdiffstats
path: root/sys/ximage/gstximagesrc.c
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
* 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/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-111-5/+51
* 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
* sys/ximage/gstximagesrc.c: Fix presumably copy'n'pasto for 16bpp depth.Tim-Philipp Müller2006-12-241-1/+1
* 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-081-54/+235
* sys/ximage/gstximagesrc.*: Add use_damage property to offer ability to choose...Zaheer Abbas Merali2006-07-081-2/+17
* sys/ximage/gstximagesrc.c: Fix hypothetical crash.Zaheer Abbas Merali2006-06-291-0/+4
* Move ximagesrc plug-in to good after review. Fixes #336756.Thomas Vander Stichele2006-04-281-1/+1
* borgify namingThomas Vander Stichele2006-04-281-56/+57
* doc tweaksThomas Vander Stichele2006-04-281-7/+3
* clean up Makefile.amThomas Vander Stichele2006-04-281-15/+11
* 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
* 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-311-3/+8
* 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-311-35/+78
* 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-201-0/+743