summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* xvimagesink: scale the colorkey components in case of 16bit visualsStefan Kost2009-03-251-4/+11
* v4lsrc: Fix some valgrind warnings about leaked memory and uninitialised data.Jan Schmidt2009-03-131-9/+13
* v4l: add a fixme for broken code, that someone who has a v4l tuner device sho...Stefan Kost2009-03-051-0/+5
* ximagesink: use GST_FLOW_NOT_NEGOTIATED for partial capsStefan Kost2009-02-261-1/+1
* ximagsink: do not access uninitialized height variable.Stefan Kost2009-02-261-74/+78
* xvimageink: protect buffer_alloc from shutdownWim Taymans2009-02-252-20/+54
* x(v)imagesink: Correctly cast to GstBuffer * before passing to gst_buffer_unr...Sebastian Dröge2009-02-222-6/+6
* xvimagesink: do not call _xwindow_clear on ready->paused.Stefan Kost2009-02-051-10/+9
* Fix buffer_alloc in ximagesinkWim Taymans2009-02-021-13/+8
* Add some more debugging to the Xv stridesWim Taymans2009-01-231-5/+19
* sys/xvimage/xvimagesink.c: Don't reset the colorkey when element is reused. F...Stefan Kost2009-01-131-3/+1
* gst/playback/gsturidecodebin.c: Free the factory array when finalizing.Edward Hervey2008-12-121-2/+6
* sys/: Clear all flags on buffers returned from the image pool.Edward Hervey2008-12-032-0/+4
* sys/v4l/gstv4l.c: Give it a minimal rank for autovideosrc.Stefan Kost2008-11-141-1/+2
* sys/xvimage/xvimagesink.*: Avoid typechecking when we do trivial casts.Wim Taymans2008-11-132-41/+93
* sys/: Don't mark as gtk-doc docs as they aren't public.Stefan Kost2008-10-222-4/+4
* Allow setting colorkey if possible. Implement property probe interface for op...Stefan Kost2008-10-222-9/+80
* Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost2008-10-163-0/+3
* sys/xvimage/xvimagesink.c: Don't assert on caps==NULL.Stefan Kost2008-10-111-0/+3
* sys/xvimage/xvimagesink.c: No really, the next release is 0.10.21 (fix Since:...Tim-Philipp Müller2008-09-051-1/+1
* sys/xvimage/xvimagesink.*: Add a "draw-border" property that can be set to fa...Stefan Kost2008-09-042-7/+30
* sys/v4l/gstv4lelement.c: Reprobe devices again instead of taking a cached lis...Mike Ruprecht2008-08-231-2/+2
* Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2008-08-071-0/+1
* sys/xvimage/xvimagesink.c: Fix a "may be used uninitialized in this function"...Edward Hervey2008-07-301-1/+1
* sys/xvimage/Makefile.am: floor() needs linking to $(LIBM).Stefan Kost2008-07-291-1/+1
* gst/playback/gstplaybasebin.c: Fix property doc markup (its not a signal).Stefan Kost2008-07-291-0/+29
* sys/xvimage/xvimagesink.*: Add autofill/colorkey properties. Fixes #538656.Stefan Kost2008-07-292-4/+36
* sys/xvimage/xvimagesink.c: Fix rounding errors when converting colorbalance v...David Schleef2008-07-291-12/+12
* sys/xvimage/xvimagesink.c: Oops - set the size of the image used for probing ...Jan Schmidt2008-07-171-2/+2
* sys/: it's not legal to ask theJan Schmidt2008-07-172-24/+39
* Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost2008-07-112-67/+48
* sys/ximage/ximagesink.h: When the caps change, make sure to re-draw borders i...Jan Schmidt2008-06-243-3/+7
* sys/xvimage/xvimagesink.c: Don't set colour balance values on the Xv port if ...Michael Smith2008-06-201-0/+5
* sys/v4l/v4l_calls.c: minrange and maxrange are scaled according to the freque...Tim-Philipp Müller2008-06-021-2/+2
* Some debug and comment fixes.Wim Taymans2008-05-211-2/+2
* ext/gnomevfs/gstgnomevfssrc.*: Set the ICY caps on the srcpad from where they...Wim Taymans2008-05-201-3/+0
* sys/xvimage/xvimagesink.c: Better debug logging in port value handling. Mergi...Stefan Kost2008-05-141-18/+15
* Remove some unused code.Sebastian Dröge2008-05-041-1/+0
* sys/xvimage/xvimagesink.c: Add some logging for cases when grabbing the xv fa...Stefan Kost2008-04-231-3/+10
* sys/xvimage/xvimagesink.c: Fix typo that causes the overlay keying color to b...David Schleef2008-04-221-1/+1
* Fix calculation of 'expected size' for YV12 buffers.Jan Schmidt2008-04-071-4/+6