summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2007-07-20sys/xvimage/xvimagesink.c: xcontext->im_format is only for testing XShm suppo...Michael Smith1-7/+4
2007-07-14sys/xvimage/xvimagesink.*: Add option to turn off double-buffering for debugg...Bastien Nocera2-2/+15
2007-07-14sys/: add 'handle-expose' property. Useful for video widgets which may want t...Jorn Baayen4-6/+30
2007-07-13sys/xvimage/xvimagesink.*: After a caps change, redraw our borders to avoid g...Jan Schmidt2-3/+10
2007-06-05sys/v4l/gstv4lsrc.c: Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #4...Edward Hervey1-0/+1
2007-05-21sys/: Fix a locking-order bug I introduced with my changes the other day.Mike Smith2-2/+2
2007-05-17sys/: When we create our own window, indicate that we handle theJan Schmidt2-96/+182
2007-05-13sys/xvimage/xvimagesink.c: Add some sanity checking for the XVImage size retu...David Schleef1-0/+27
2007-05-03sys/ximage/ximagesink.c: When XShm is not available, we might get row strides...Tim-Philipp Müller1-1/+21
2007-04-24sys/ximage/ximagesink.c: Fix build if XShm is not available (#432362).Christian Kirbach1-1/+2
2007-04-20gst/subparse/: Use GST_DISABLE_XML hereStefan Kost2-24/+25
2007-03-08sys/: Move some cleanup stuff from the state change handler into a _reset() f...Jan Schmidt2-50/+65
2007-02-28sys/v4l/: Fix duration and timestamping, taking latency into account.Wim Taymans2-12/+66
2007-02-15sys/: Small constifications.Wim Taymans2-2/+2
2007-02-06sys/xvimage/xvimagesink.*: Implement PropertyProbe Interface for XVAdaptors s...Julien Moutte2-18/+167
2007-01-23sys/: Don't lock on navigation event push, just on keysym to string.Julien Moutte2-6/+11
2007-01-22sys/: Looking at Xorg code i can't figure out if that XKeysymToString functio...Julien Moutte2-0/+4
2007-01-22sys/: Lock that X Call as well. Fixes #397673.Julien Moutte2-0/+4
2007-01-16sys/xvimage/xvimagesink.c: Red and blue mask was swapped (spotted by Dan Will...Stefan Kost1-2/+2
2007-01-09ext/ogg/Makefile.am: Dist gstoggdemux.h to fix 'make distcheck'.Tim-Philipp Müller1-1/+2
2007-01-07sys/xvimage/xvimagesink.c: Fixes : #390076.Young-Ho Cha2-16/+47
2007-01-07sys/: Use flow_lock much more to protect every access to xwindow.Julien Moutte2-47/+149
2007-01-04configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...Thomas Vander Stichele2-2/+2
2007-01-04Add a method to the XOverlay interface to allow disabling of event handling i...Julien Moutte4-14/+114
2006-12-27sys/: Plug a caps leak.Julien Moutte2-0/+2
2006-12-09Declare variables at the beginning of a block. Fixes #383195.Jens Granseuer1-1/+1
2006-11-24sys/xvimage/xvimagesink.c: Fix spacing in debug message.Stefan Kost1-3/+3
2006-11-15sys/xvimage/xvimagesink.c: clear xv when going to NULL, remove // commented n...Stefan Kost1-2/+1
2006-11-14Various gsize and gssize printf fixes. Fixes #372507.Jan David Mol2-5/+10
2006-10-27sys/: Explicitly create our custom buffer classes at a thread-safe location a...Tim-Philipp Müller2-6/+8
2006-10-20sys/: Try to redraw borders only when needed. Apparently this consumes resour...Stefan Kost2-4/+24
2006-10-05Printf format fixes.Tim-Philipp Müller1-4/+4
2006-09-30gst/playback/gstdecodebin.c: Fix typo in a debug statement.Jan Schmidt1-13/+35
2006-09-20sys/xvimage/xvimagesink.c: change colorkey behaviour back according to #35477...Stefan Kost1-71/+45
2006-09-19gst-libs/gst/riff/riff-media.c: Reorder the audio formats a bit for clarity.Wim Taymans1-37/+52
2006-09-18gst/videotestsrc/gstvideotestsrc.c: Use G_UNLIKELY in _create and log one mor...Stefan Kost1-1/+3
2006-09-18sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)Stefan Kost1-1/+2
2006-09-18sys/xvimage/xvimagesink.c: xvimage assumed that XV_COLORKEY can be set in RGB...Stefan Kost1-3/+27
2006-08-15sys/: Fix leak (#351502).Tim-Philipp Müller2-2/+2
2006-07-19sys/v4l/gstv4lelement.c: If "device-name" is requested and the device is not ...Martin Szulecki1-1/+5
2006-07-13sys/xvimage/xvimagesink.c: Fix missing g_unlock from the previous commitJan Schmidt1-0/+2
2006-07-13sys/: Implement a locking order to ensure we always take the object lock befo...Jan Schmidt2-20/+33
2006-07-13gst/playback/gstdecodebin.c: Fix a caps leak when linking (#347304)Jan Schmidt2-41/+130
2006-06-23Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).Tim-Philipp Müller3-3/+3
2006-06-22sys/ximage/ximagesink.c: Avoid type checking in buffer casts.Wim Taymans1-36/+50
2006-06-11further clean up buildThomas Vander Stichele3-6/+6
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost6-8/+8
2006-05-26sys/ximage/ximagesink.c: Improve the errors produced on bad output, including...Jan Schmidt1-12/+33
2006-05-26sys/xvimage/xvimagesink.c: Improve the errors produced on bad output, includi...Jan Schmidt1-37/+128
2006-05-19Use the gstutil scaling function to preserve 64 bits while calculating output...Jan Schmidt1-3/+6