summaryrefslogtreecommitdiff
path: root/sys/ximage/gstximagesrc.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-18ximage: Remove dead assignments.Edward Hervey1-3/+0
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-4/+1
2009-01-29Update and add documentation for platform specific plugins (sys).Stefan Kost1-14/+11
2008-10-08sys/ximage/gstximagesrc.c: Fix build for systems that don't have XDamage.Edward Hervey1-0/+4
2008-10-03sys/ximage/gstximagesrc.c: Stop leaking the cursor image.Wim Taymans1-0/+12
2008-02-12sys/ximage/gstximagesrc.c: Initialise variables when opening the X display ra...Jan Schmidt1-3/+5
2008-02-12sys/ximage/gstximagesrc.c: Free allocated Damage memory before closing our co...Jan Schmidt1-0/+19
2007-12-26Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Tim-Philipp Müller1-1/+1
2007-06-11sys/ximage/gstximagesrc.c: Actually use the display_name property so that we ...daniel fischer1-2/+2
2007-05-11sys/ximage/gstximagesrc.c (gst_ximage_src_open_display, gst_ximage_src_ximage...Eric Anholt1-79/+73
2007-05-11sys/ximage/gstximagesrc.c (gst_ximage_src_start, gst_ximage_src_ximage_get):Zaheer Abbas Merali1-5/+51
2007-03-04sys/ximage/gstximagesrc.c: Chain up in disposeJan Schmidt1-0/+2
2007-03-04sys/ximage/gstximagesrc.c: Catch the case where no clock has been set.Jan Schmidt1-0/+7
2007-03-04Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt1-1/+3
2007-03-01sys/ximage/gstximagesrc.c: Error out correctly when getting xcontext fails.Zaheer Abbas Merali1-0/+7
2006-12-24sys/ximage/gstximagesrc.c: Fix presumably copy'n'pasto for 16bpp depth.Tim-Philipp Müller1-1/+1
2006-07-25sys/ximage/gstximagesrc.c: Document newly-added properties properly, so that ...Tim-Philipp Müller1-4/+43
2006-07-14sys/ximage/gstximagesrc.c: Fix segfault when moving mouse pointer to the bott...Zaheer Abbas Merali1-4/+2
2006-07-08sys/ximage/gstximagesrc.*: Fix use-damage property to actually work :)Zaheer Abbas Merali1-54/+235
2006-07-08sys/ximage/gstximagesrc.*: Add use_damage property to offer ability to choose...Zaheer Abbas Merali1-2/+17
2006-06-29sys/ximage/gstximagesrc.c: Fix hypothetical crash.Zaheer Abbas Merali1-0/+4
2006-04-28Move ximagesrc plug-in to good after review. Fixes #336756.Thomas Vander Stichele1-1/+1
2006-04-28borgify namingThomas Vander Stichele1-56/+57
2006-04-28doc tweaksThomas Vander Stichele1-7/+3
2006-04-28clean up Makefile.amThomas Vander Stichele1-15/+11
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-07Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to 25fpsZaheer Abbas Merali1-5/+6
2006-04-07sys/ximagesrc/ximagesrc.c: Fix typo, C++ style comments and other small cleanupsZaheer Abbas Merali1-9/+14
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2006-03-31Add tests and fix PAR caps issue to ximagesrcZaheer Abbas Merali1-3/+8
2006-03-31sys/ximagesrc/ximagesrc.c: Add docs to ximagesrcZaheer Abbas Merali1-0/+25
2006-03-31sys/ximagesrc/: Fix ximagesrc so a) the cursor doesnt trail and b) there are ...Zaheer Abbas Merali1-35/+78
2006-03-17Have a show mouse pointer property and use it if we canZaheer Abbas Merali1-2/+16
2006-02-20Port ximagesrc to 0.10 (Closes #304795)Jan Schmidt1-0/+743