summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-07-17sys/xvimage/xvimagesink.c: Oops - set the size of the image used for probing ...Jan Schmidt
2008-07-17sys/: it's not legal to ask theJan Schmidt
2008-07-11Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost
2008-06-24sys/ximage/ximagesink.h: When the caps change, make sure to re-draw borders i...Jan Schmidt
2008-06-20sys/xvimage/xvimagesink.c: Don't set colour balance values on the Xv port if ...Michael Smith
2008-06-02sys/v4l/v4l_calls.c: minrange and maxrange are scaled according to the freque...Tim-Philipp Müller
2008-05-21Some debug and comment fixes.Wim Taymans
2008-05-20ext/gnomevfs/gstgnomevfssrc.*: Set the ICY caps on the srcpad from where they...Wim Taymans
2008-05-14sys/xvimage/xvimagesink.c: Better debug logging in port value handling. Mergi...Stefan Kost
2008-05-04Remove some unused code.Sebastian Dröge
2008-04-23sys/xvimage/xvimagesink.c: Add some logging for cases when grabbing the xv fa...Stefan Kost
2008-04-22sys/xvimage/xvimagesink.c: Fix typo that causes the overlay keying color to b...David Schleef
2008-04-07Fix calculation of 'expected size' for YV12 buffers.Jan Schmidt
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge
2008-03-03Correct all relevant warnings found by the sparse semantic code analyzer. Thi...Sebastian Dröge
2008-02-29sys/v4l/gstv4lelement.c: Add missing semicolon to fix indentation.Rene Stadler
2008-02-12sys/v4l/v4lsrc_calls.c: Correctly chain up the finalize method.Sebastian Dröge
2008-02-11sys/xvimage/xvimagesink.c: Fix build of xvimagesink if we don't have XShm, e....Branko Čibej
2008-01-05sys/xvimage/xvimagesink.c: Add debugging information to understand how X calc...Julien Moutte
2007-12-31sys/ximage/ximagesink.c: fix typoThijs Vermeir
2007-11-16sys/: Don't leak the PAR on errors. Fixes #496731.Tommi Myöhänen
2007-10-22sys/: Make sure that before we clean up the X resources, we shutdown and join...Wim Taymans
2007-10-12Actual code change to go along with:Jan Schmidt
2007-09-09sys/: Correctly chain up finalize with the parent class to prevent memory lea...René Stadler
2007-08-23Revert unwanted commit. many thanks to moap. I want a fix for https://thomas....Stefan Kost
2007-08-23Original commit message from CVS:Stefan Kost
2007-08-21sys/v4l/gstv4lsrc.c: Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on ...Wim Taymans
2007-07-20sys/xvimage/xvimagesink.c: xcontext->im_format is only for testing XShm suppo...Michael Smith
2007-07-14sys/xvimage/xvimagesink.*: Add option to turn off double-buffering for debugg...Bastien Nocera
2007-07-14sys/: add 'handle-expose' property. Useful for video widgets which may want t...Jorn Baayen
2007-07-13sys/xvimage/xvimagesink.*: After a caps change, redraw our borders to avoid g...Jan Schmidt
2007-06-05sys/v4l/gstv4lsrc.c: Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #4...Edward Hervey
2007-05-21sys/: Fix a locking-order bug I introduced with my changes the other day.Mike Smith
2007-05-17sys/: When we create our own window, indicate that we handle theJan Schmidt
2007-05-13sys/xvimage/xvimagesink.c: Add some sanity checking for the XVImage size retu...David Schleef
2007-05-03sys/ximage/ximagesink.c: When XShm is not available, we might get row strides...Tim-Philipp Müller
2007-04-24sys/ximage/ximagesink.c: Fix build if XShm is not available (#432362).Christian Kirbach
2007-04-20gst/subparse/: Use GST_DISABLE_XML hereStefan Kost
2007-03-08sys/: Move some cleanup stuff from the state change handler into a _reset() f...Jan Schmidt
2007-02-28sys/v4l/: Fix duration and timestamping, taking latency into account.Wim Taymans
2007-02-15sys/: Small constifications.Wim Taymans
2007-02-06sys/xvimage/xvimagesink.*: Implement PropertyProbe Interface for XVAdaptors s...Julien Moutte
2007-01-23sys/: Don't lock on navigation event push, just on keysym to string.Julien Moutte
2007-01-22sys/: Looking at Xorg code i can't figure out if that XKeysymToString functio...Julien Moutte
2007-01-22sys/: Lock that X Call as well. Fixes #397673.Julien Moutte
2007-01-16sys/xvimage/xvimagesink.c: Red and blue mask was swapped (spotted by Dan Will...Stefan Kost
2007-01-09ext/ogg/Makefile.am: Dist gstoggdemux.h to fix 'make distcheck'.Tim-Philipp Müller
2007-01-07sys/xvimage/xvimagesink.c: Fixes : #390076.Young-Ho Cha
2007-01-07sys/: Use flow_lock much more to protect every access to xwindow.Julien Moutte
2007-01-04configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...Thomas Vander Stichele