summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* v4l2src: fix 'hang' with some cameras caused by bad timestamping if no framer...Hans de Goede2009-08-141-9/+11
* v4l2src: clear format list in READY->NULLFilippo Argiolas2009-08-142-0/+9
* v4l2: fix make distcheck by disting some more headersTim-Philipp Müller2009-08-111-4/+11
* v4l2src: if max == min width/height put an int in the probed caps, not an int...Tim-Philipp Müller2009-08-091-8/+15
* osxaudiosrc: if max_channels == min_channels, use an int instead of an int ra...Tim-Philipp Müller2009-08-091-3/+6
* v4l2: Directly use GST_PTR_FORMAT for printing caps with the LOG_CAPS macroSebastian Dröge2009-08-041-9/+1
* v4l2: Remove some OMAP specific hacksSebastian Dröge2009-08-042-38/+1
* v4l2sink: change where buffers get dequeuedRob Clark2009-08-044-52/+38
* v4l2: Add v4l2sink elementRob Clark2009-08-0414-1824/+3051
* v4l2: Fix v4l2src on OpenSolarisElaine Xiong2009-07-194-8/+25
* v4l2src: optional support for device probing with gudevFilippo Argiolas2009-07-132-8/+83
* waveformsink: use 'guint8' instead of 'byte' to fix compilation with MSVC8Tim-Philipp Müller2009-06-251-1/+1
* v4l2src: set structs to zero before using them in ioctlsStefan Kost2009-06-251-5/+5
* v4l2: open/close the device in READYStefan Kost2009-06-221-9/+39
* sunaudio: Fix switch setting on some devices. Add debug. Fix a FIXME.Jan Schmidt2009-06-053-21/+42
* sunaudio: Support new flags for options and actionsJan Schmidt2009-06-057-111/+583
* v4l2: cleanup and commentingStefan Kost2009-05-262-48/+17
* Moved 'directdraw' from -good to -badJan Schmidt2009-05-165-2153/+2
* Fix compiler warningsJames Andrewartha2009-05-154-8/+10
* osxringbuffer: Run gst-indent.Edward Hervey2009-04-181-1/+3
* ximage: Remove dead assignments.Edward Hervey2009-04-181-3/+0
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-4/+1
* Remove unused variables in _class_initEdward Hervey2009-04-182-8/+0
* sunaudio: fix broken indentation of variable declarationsTim-Philipp Müller2009-04-151-13/+0
* sunaudio: remove some unused variables and goto labelsJames Andrewartha2009-04-152-9/+0
* v4l2src: move duplicated timestamping and buffer metadata code to _create()Stefan Kost2009-03-252-68/+42
* v4l2src: remove win32 ifdefs introduced by commit cff3f46760eac74c9bbd7a36aca...Stefan Kost2009-03-252-10/+0
* v4l2src: log details if we have them, needed for #575391Stefan Kost2009-03-151-2/+2
* v4l2src: Prepend to lists and reverse them at the end.Jan Schmidt2009-03-131-3/+7
* v4l2src: fix pads, so that they are subset of template capsStefan Kost2009-03-061-4/+9
* Remove hardcoded definition of OBJCDavid Schleef2009-03-011-2/+0
* Wait for a frame to become available before capturing itSjoerd Simons2009-03-015-2/+95
* directdrawsink: Fix type mismatchesLRN2009-02-271-5/+5
* Conditionally compile code for YVYUWim Taymans2009-02-231-0/+2
* 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