summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys/v4l/: Fix duration and timestamping, taking latency into account.Wim Taymans2007-02-282-12/+66
* sys/: Small constifications.Wim Taymans2007-02-152-2/+2
* sys/xvimage/xvimagesink.*: Implement PropertyProbe Interface for XVAdaptors s...Julien Moutte2007-02-062-18/+167
* sys/: Don't lock on navigation event push, just on keysym to string.Julien Moutte2007-01-232-6/+11
* sys/: Looking at Xorg code i can't figure out if that XKeysymToString functio...Julien Moutte2007-01-222-0/+4
* sys/: Lock that X Call as well. Fixes #397673.Julien Moutte2007-01-222-0/+4
* sys/xvimage/xvimagesink.c: Red and blue mask was swapped (spotted by Dan Will...Stefan Kost2007-01-161-2/+2
* ext/ogg/Makefile.am: Dist gstoggdemux.h to fix 'make distcheck'.Tim-Philipp Müller2007-01-091-1/+2
* sys/xvimage/xvimagesink.c: Fixes : #390076.Young-Ho Cha2007-01-072-16/+47
* sys/: Use flow_lock much more to protect every access to xwindow.Julien Moutte2007-01-072-47/+149
* configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...Thomas Vander Stichele2007-01-042-2/+2
* Add a method to the XOverlay interface to allow disabling of event handling i...Julien Moutte2007-01-044-14/+114
* sys/: Plug a caps leak.Julien Moutte2006-12-272-0/+2
* Declare variables at the beginning of a block. Fixes #383195.Jens Granseuer2006-12-091-1/+1
* sys/xvimage/xvimagesink.c: Fix spacing in debug message.Stefan Kost2006-11-241-3/+3
* sys/xvimage/xvimagesink.c: clear xv when going to NULL, remove // commented n...Stefan Kost2006-11-151-2/+1
* Various gsize and gssize printf fixes. Fixes #372507.Jan David Mol2006-11-142-5/+10
* sys/: Explicitly create our custom buffer classes at a thread-safe location a...Tim-Philipp Müller2006-10-272-6/+8
* sys/: Try to redraw borders only when needed. Apparently this consumes resour...Stefan Kost2006-10-202-4/+24
* Printf format fixes.Tim-Philipp Müller2006-10-051-4/+4
* gst/playback/gstdecodebin.c: Fix typo in a debug statement.Jan Schmidt2006-09-301-13/+35
* sys/xvimage/xvimagesink.c: change colorkey behaviour back according to #35477...Stefan Kost2006-09-201-71/+45
* gst-libs/gst/riff/riff-media.c: Reorder the audio formats a bit for clarity.Wim Taymans2006-09-191-37/+52
* gst/videotestsrc/gstvideotestsrc.c: Use G_UNLIKELY in _create and log one mor...Stefan Kost2006-09-181-1/+3
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)Stefan Kost2006-09-181-1/+2
* sys/xvimage/xvimagesink.c: xvimage assumed that XV_COLORKEY can be set in RGB...Stefan Kost2006-09-181-3/+27
* sys/: Fix leak (#351502).Tim-Philipp Müller2006-08-152-2/+2
* sys/v4l/gstv4lelement.c: If "device-name" is requested and the device is not ...Martin Szulecki2006-07-191-1/+5
* sys/xvimage/xvimagesink.c: Fix missing g_unlock from the previous commitJan Schmidt2006-07-131-0/+2
* sys/: Implement a locking order to ensure we always take the object lock befo...Jan Schmidt2006-07-132-20/+33
* gst/playback/gstdecodebin.c: Fix a caps leak when linking (#347304)Jan Schmidt2006-07-132-41/+130
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).Tim-Philipp Müller2006-06-233-3/+3
* sys/ximage/ximagesink.c: Avoid type checking in buffer casts.Wim Taymans2006-06-221-36/+50
* further clean up buildThomas Vander Stichele2006-06-113-6/+6
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-016-8/+8
* sys/ximage/ximagesink.c: Improve the errors produced on bad output, including...Jan Schmidt2006-05-261-12/+33
* sys/xvimage/xvimagesink.c: Improve the errors produced on bad output, includi...Jan Schmidt2006-05-261-37/+128
* Use the gstutil scaling function to preserve 64 bits while calculating output...Jan Schmidt2006-05-191-3/+6
* sys/xvimage/xvimagesink.*: When performing buffer allocations, remember the c...Jan Schmidt2006-05-192-1/+29
* Fix the build.Jan Schmidt2006-05-121-1/+1
* Fix integer overflow problem with pixel-aspect-ratio calculations in videosca...Jan Schmidt2006-05-121-11/+17
* sys/: Register special buffer types along with the objects so that they are n...Wim Taymans2006-05-112-0/+8
* make GstElementDetails constStefan Kost2006-04-286-6/+6
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-087-8/+8
* Fix broken GObject macrosStefan Kost2006-04-081-3/+3
* remove BT8x8 from description, works for more devicesThomas Vander Stichele2006-04-011-1/+1
* Add docs for adder, use GST_ELEMENT_DETAILS macro, define GstElementDetails a...Stefan Kost2006-03-242-12/+10
* gcc 4.1 unreferenced pointer fixes.Edward Hervey2006-03-212-2/+4
* sys/xvimage/xvimagesink.c: Fix a memleak reported by Jan Schmidt.Julien Moutte2006-03-201-0/+1
* sys/xvimage/xvimagesink.c: Check that the xvimage we are creating has a corre...Julien Moutte2006-03-051-2/+7