summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* xvimagesink: Use GST_BOILERPLATESreerenj Balachandran2011-05-141-38/+20
* x(v)imagesink: If NULL caps are passed to buffer_alloc() do fallback allocationSebastian Dröge2011-04-182-0/+17
* xvimagesink: don't paint the window black when going to NULLStefan Kost2011-04-051-10/+3
* xvimagesink: Use gst_caps_can_intersect() instead of gst_caps_intersect()Gavin Stark2010-12-091-1/+1
* v4l: If no video tuner is the requested one don't read unitialized dataSebastian Dröge2010-12-021-15/+7
* ximagesink: Add docs for the new propertySebastian Dröge2010-12-021-2/+18
* xvimagesink: Add docs for the new propertySebastian Dröge2010-12-021-9/+24
* xvimagesink: Use PROP_ instead of ARG_ for the property enumsSebastian Dröge2010-12-021-82/+82
* xvimagesink: Add read-only properties window-width and window-heightAndrea Sebastianutti2010-12-021-1/+25
* ximagsink: Add read-only properties window-width and window-heightAndrea Sebastianutti2010-12-021-1/+23
* xvimagesink: Make sure that the caps for upstream negotiation are simple capsSebastian Dröge2010-10-101-3/+3
* xvimagesink: allow render rectangle coordinates to be negativeRené Stadler2010-09-281-1/+1
* xoverlay: Add guintptr versions of functionsDavid Schleef2010-09-153-12/+15
* xvimagesink: Suggest caps with different width/height if bufferalloc is calle...Sebastian Dröge2010-08-111-24/+97
* xvimagesink: It's not a bad thing if the preferred video format needs less by...Sebastian Dröge2010-08-111-7/+0
* ximagesink: Ask pad peer to accept new caps once onlyPhilippe Normand2010-06-182-27/+38
* ximagesink: Check if the X context is allocated before using itSebastian Dröge2010-05-101-0/+10
* ximagesink: Post an error message on the bus if no supported pixmap formats c...Sebastian Dröge2010-05-101-0/+2
* x(v)imagesink: use gst_caps_can_intersect() moreStefan Kost2010-05-062-24/+9
* x(v)imagesink: gracefully handle ximagesink>xwindow == NULLStefan Kost2010-04-162-2/+8
* ximagesink: refactor _update_geometry()Stefan Kost2010-04-161-8/+5
* xvimagesink: init geometry when setting new xidStefan Kost2010-04-141-0/+12
* build: build plugin and example directories in parallel if make -jN is usedTim-Philipp Müller2010-03-291-0/+1
* xoverlay: change new set_render_rectangle() vfunc to take four arguments so w...Tim-Philipp Müller2010-03-281-5/+10
* build: Makefile.am fixesTim-Philipp Müller2010-03-191-1/+1
* ximagesink: Fix caps leakReuben Dowle2010-03-171-0/+1
* Add -Wwrite-strings to configureBenjamin Otte2010-03-162-2/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-166-48/+22
* xvimagesink: implement set_render_rectangleStefan Kost2010-03-112-49/+88
* x(v)imagesink: take new size from event thread and do not poll for every frameStefan Kost2010-03-112-5/+10
* ximagesink: only start event thread if neededStefan Kost2009-10-071-8/+44
* v4l: fix compiler warningTim-Philipp Müller2009-10-071-1/+1
* xvimagesink: only start event thread if neededStefan Kost2009-10-071-8/+46
* ximagesink, xvimagesink: use new GstVideoSink::show_frame() vfuncTim-Philipp Müller2009-09-082-9/+13
* ximagesink: fix small memory leak when setting window titleRené Stadler2009-09-061-1/+3
* xvimagesink: fix small memory leak when setting window titleRené Stadler2009-09-061-1/+3
* v4lsrc: fix timestamping for when we do not have a clock yetTim-Philipp Müller2009-09-011-9/+32
* v4lsrc: don't log not-yet-initialised integer valueTim-Philipp Müller2009-09-011-1/+4
* v4lsrc: avoid unnecessary run-time type checks in custom buffer finalizeTim-Philipp Müller2009-09-011-2/+3
* Remove Ronald Bultje from Authors fieldDavid Schleef2009-08-243-3/+5
* v4lsrc: optional support for device probing with gudevFilippo Argiolas2009-07-132-8/+85
* xvimagesink: use core performance log categoryStefan Kost2009-07-061-1/+4
* v4l: open/close device in ready.Stefan Kost2009-06-272-35/+35
* x(v)imagesink: pass the xwindow along to not look at the yet unset var.Stefan Kost2009-06-222-14/+14
* x(v)imagesink: catch tags and show title in own windowStefan Kost2009-06-224-7/+158
* xvimagesink: appname might be NULLStefan Kost2009-06-181-2/+4
* xvimagesink: set window title from application nameStefan Kost2009-06-181-0/+7
* ximagesink: fix mouse pointer offsets in navigation event if window is smalle...Hannes Bistry2009-04-141-2/+2
* navigation/v4l: Don't use g_return_val_if_fail for computed/used values.Edward Hervey2009-04-041-1/+2
* xvimagesink: use xcontext->depth instead of bits in attr.max_value for colorkeyStefan Kost2009-03-311-25/+22