summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* v4l2src: Make sort_by_frame_size conditionally compiledLevente Farkas2009-02-231-0/+2
* Add YVYU format to capsWim Taymans2009-02-231-0/+15
* osxvideosink: Fix build. Fixes #571038Edward Hervey2009-02-101-8/+7
* osxvideosink: remove non-embedded mode and fix memory management.Michael Smith2009-02-052-349/+66
* osxaudio fixes: multichannel and changing caps.Michael Smith2009-02-041-4/+7
* Fix comparison of the tuner normsBrijesh Singh2009-01-301-1/+1
* Remove version numbers from a few gst-launch examples.Stefan Kost2009-01-295-7/+7
* Update and add documentation for platform specific plugins (sys).Stefan Kost2009-01-2915-169/+92
* sys/v4l2/gstv4l2src.c: Fix error code (the message string also needs love, bu...Tim-Philipp Müller2009-01-201-1/+1
* sys/osxaudio/Makefile.am: Link against CoreServices (needed for osx 10.4) and...Michael Smith2009-01-151-1/+1
* sys/osxaudio/Makefile.am: osxaudio plugin now requires AudioUnit framework, s...Michael Smith2009-01-131-16/+16
* sys/v4l2/gstv4l2src.c: Remove () from translateable string, so that it makes ...Jan Schmidt2009-01-071-1/+1
* sys/v4l2/gstv4l2src.c: Add support for grayscale v4l2 devices. Fixes bug #566...Sascha Hauer2009-01-051-0/+5
* sys/osxaudio/: Rewrite osxaudio to work more flexibly and more reliably, usin...Justin Karnegas2009-01-029-451/+723
* sys/sunaudio/gstsunaudiomixerctrl.c: Set the mixer fd before calling ioctl() ...Brian Cameron2008-12-071-1/+2
* sys/osxvideo/osxvideosink.*: Handle video window resizing more correctly, avo...Michael Smith2008-11-202-25/+24
* sys/v4l2/v4l2src_calls.c: Turns out we don't always get the frame sizes in a ...Tim-Philipp Müller2008-11-171-10/+20
* sys/v4l2/gstv4l2.c: Give it a primary rank for autovideosrc.Stefan Kost2008-11-141-1/+1
* sys/: Fix some spelling mistakes. Fixes #556802.Fabricio Godoy2008-11-134-4/+4
* Optionally use libv4l to access v4l2 devices. Fixes bug #545033.Bastien Nocera2008-11-045-47/+72
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-049-0/+9
* sys/v4l2/v4l2src_calls.c: Guard more uncommon formats with ifdefs so that we ...Wim Taymans2008-10-311-0/+8
* sys/ximage/gstximagesrc.c: Fix build for systems that don't have XDamage.Edward Hervey2008-10-081-0/+4
* sys/ximage/gstximagesrc.c: Stop leaking the cursor image.Wim Taymans2008-10-031-0/+12
* sys/v4l2/gstv4l2object.h: Getting the Class from an instance is not just a ma...Wim Taymans2008-10-031-3/+3
* configure.ac: Fix libs for linking directsound.Michael Smith2008-10-011-9/+94
* sys/osxaudio/: Fix the build on macosx.Edward Hervey2008-08-273-14/+16
* sys/osxaudio/gstosxaudio.c: Oops. Revert more completely.Michael Smith2008-08-271-2/+2
* sys/osxaudio/gstosxaudio.c: Revert accidental element rename from testing.Michael Smith2008-08-261-2/+2
* sys/osxaudio/: Rewrite caps setting and ring buffer initialisation.Michael Smith2008-08-268-136/+324
* sys/v4l2/: Fix memory leaks. Small code cleanups : No need for empty _init()....Stefan Kost2008-08-265-16/+29
* sys/v4l2/gstv4l2tuner.c: v4l2src doesn't have a property named "norm" so don'...Filippo Argiolas2008-08-231-0/+2
* sys/v4l2/gstv4l2object.c: Reprobe devices again instead of taking a cached li...Mike Ruprecht2008-08-231-4/+4
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc, gst_dir...Ole André Vadla Ravnås2008-08-211-0/+2
* sys/directdraw/gstdirectdrawsink.c: Fix buffer ref leak.Ole André Vadla Ravnås2008-08-211-6/+4
* sys/v4l2/gstv4l2src.c: Add S910 and PWC formats with a low priority.Wim Taymans2008-08-212-9/+62
* sys/v4l2/gstv4l2src.c: Properly set the maximum latency value, in the same wa...Edward Hervey2008-08-132-15/+5
* sys/v4l2/gstv4l2src.c: Add warning messages stating exactly why the latency q...Edward Hervey2008-08-122-3/+11
* Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2008-08-072-0/+2
* sys/v4l2/v4l2src_calls.c: When outputting a pad template range for the size, ...Jan Schmidt2008-08-071-1/+2
* sys/osxvideo/osxvideosink.m: Fix minor build issues on macosx.Edward Hervey2008-07-171-2/+2
* sys/v4l2/gstv4l2src.c: Avoid compiler warning by initialising variable to NUL...Benoit Fouet2008-07-171-2/+1
* Don't use declarations after statements and variable length arrays.Sebastian Dröge2008-07-082-4/+3
* sys/v4l2/v4l2src_calls.c: Try progressive video if interlaced fails. Fixes bu...Daniel Drake2008-07-071-9/+42
* sys/v4l2/v4l2_calls.c: Don't include unused gstv4l2xoverlay.h. Fixes build in...Tim-Philipp Müller2008-06-261-0/+2
* sys/sunaudio/gstsunaudiomixerctrl.c: Improvements for the SunAudio mixer by h...Brian Cameron2008-06-101-4/+31
* sys/v4l2/gstv4l2src.c: Improve negotiation a bit more by picking the smallest...Sjoerd Simons2008-06-091-5/+40
* sys/v4l2/: Fix compilation with newer GIT kernels that deprecatedBastien Nocera2008-06-092-0/+29
* sys/v4l2/gstv4l2src.c: Provide a custom negotiation function to make sure to ...Sjoerd Simons2008-06-041-2/+129
* sys/v4l2/v4l2src_calls.c: Fix potential caps leak.William M. Brack2008-05-261-10/+34