summaryrefslogtreecommitdiff
path: root/sys/ximage
AgeCommit message (Expand)AuthorFilesLines
2015-02-23ximagesrc: remove pointless g_return_val_if_fail()Tim-Philipp Müller1-2/+0
2014-09-22ximagesrc: Fix build problem without XFIXESLinus Svensson1-0/+2
2014-09-16ximagesrc: Remove unused screen-num propertyAntonio Ospite4-22/+8
2014-09-16ximagesrc: Draw the cursor only when it is active in the capturing regionAntonio Ospite1-1/+19
2014-09-16ximagesrc: Fix drawing the cursor when it is outside the capturing regionAntonio Ospite1-10/+6
2014-09-16ximagesrc: Fix the destination coordinates of the cursorAntonio Ospite2-6/+26
2014-07-31ximagesrc: Fix warning about missing return valueNicolas Dufresne1-1/+1
2014-07-31ximagesrc: Add missing return value to Buffer dispose functionNicolas Dufresne3-5/+11
2014-05-21ximagesrc: Fix ximage leaks when buffer has more then one ximageNicolas Dufresne1-5/+7
2014-03-27ximagesrc: only extrapolate alpha mask for 32-bit depthTim-Philipp Müller1-2/+6
2014-03-27ximagesrc: Add ARGB/BGRA supportNicolas Dufresne1-1/+6
2013-11-18docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller1-32/+16
2013-06-21ximagesrc: clear dts on buffer acquired from poolTim-Philipp Müller1-1/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-01-23ximagesrc: Set the pixel aspect ratio correctly in the capsOlivier Crête3-18/+12
2012-11-04Fix FSF addressTim-Philipp Müller4-8/+8
2012-10-03meta info: threadsafe registration using g_onceMichael Smith1-2/+3
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-30update for buffer api changeWim Taymans1-1/+1
2012-03-27caps: improve caps handlingWim Taymans1-6/+2
2012-03-22Merge branch 'master' into 0.11Wim Taymans1-2/+1
2012-03-11fix for caps api changesWim Taymans1-3/+7
2012-03-06ximagesrc: Fix 'comparison of unsigned expression >= 0 is always true'Sebastian Dröge1-2/+1
2012-03-05ximage: use new style capsWim Taymans2-10/+13
2012-02-29update for metadata API changesWim Taymans2-4/+17
2012-02-28update for metadata tagsWim Taymans1-1/+2
2012-02-24update for metadata changeWim Taymans1-2/+1
2012-02-22update for new memory apiWim Taymans1-1/+1
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2012-01-25more memory API portingWim Taymans1-5/+4
2012-01-19port to new gthread APIWim Taymans2-43/+22
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-0/+2
2011-12-12Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+2
2011-11-28various: fix pad template leaksVincent Penquerc'h1-1/+1
2011-11-22More printf format warning fixesTim-Philipp Müller1-2/+2
2011-11-22Fix printf format compiler warnings on OS X / 64bitMatej Knopp1-0/+2
2011-11-10update for removed fixate functionWim Taymans1-5/+5
2011-10-06Merge branch 'master' into 0.11Wim Taymans1-7/+8
2011-09-30v4l2, ximagesrc: fix some printf format compiler warningsStas Sergeev1-7/+8
2011-09-28Merge branch 'master' into 0.11Wim Taymans2-5/+133
2011-09-20ximagesrc: add xid and xname properties to allow capturing a particular windowVincent Penquerc'h2-5/+135
2011-08-16Merge branch 'master' into 0.11Wim Taymans1-0/+1
2011-08-09ximagesrc: clear flags on buffer reuseVincent Penquerc'h1-0/+1
2011-07-10ximage: port to 0.11Wim Taymans2-35/+35
2011-06-02Merge branch 'master' into 0.11Wim Taymans1-1/+7
2011-05-26xvimagesink: Fallback to non-XShm mode if allocating the XShm image failedSebastian Dröge1-1/+8
2011-03-08meta: update for new APIWim Taymans1-3/+2