summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2008-12-07sys/sunaudio/gstsunaudiomixerctrl.c: Set the mixer fd before calling ioctl() ...Brian Cameron1-1/+2
2008-11-20sys/osxvideo/osxvideosink.*: Handle video window resizing more correctly, avo...Michael Smith2-25/+24
2008-11-17sys/v4l2/v4l2src_calls.c: Turns out we don't always get the frame sizes in a ...Tim-Philipp Müller1-10/+20
2008-11-14sys/v4l2/gstv4l2.c: Give it a primary rank for autovideosrc.Stefan Kost1-1/+1
2008-11-13sys/: Fix some spelling mistakes. Fixes #556802.Fabricio Godoy4-4/+4
2008-11-04Optionally use libv4l to access v4l2 devices. Fixes bug #545033.Bastien Nocera5-47/+72
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost9-0/+9
2008-10-31sys/v4l2/v4l2src_calls.c: Guard more uncommon formats with ifdefs so that we ...Wim Taymans1-0/+8
2008-10-08sys/ximage/gstximagesrc.c: Fix build for systems that don't have XDamage.Edward Hervey1-0/+4
2008-10-03sys/ximage/gstximagesrc.c: Stop leaking the cursor image.Wim Taymans1-0/+12
2008-10-03sys/v4l2/gstv4l2object.h: Getting the Class from an instance is not just a ma...Wim Taymans1-3/+3
2008-10-01configure.ac: Fix libs for linking directsound.Michael Smith1-9/+94
2008-08-27sys/osxaudio/: Fix the build on macosx.Edward Hervey3-14/+16
2008-08-27sys/osxaudio/gstosxaudio.c: Oops. Revert more completely.Michael Smith1-2/+2
2008-08-26sys/osxaudio/gstosxaudio.c: Revert accidental element rename from testing.Michael Smith1-2/+2
2008-08-26sys/osxaudio/: Rewrite caps setting and ring buffer initialisation.Michael Smith8-136/+324
2008-08-26sys/v4l2/: Fix memory leaks. Small code cleanups : No need for empty _init()....Stefan Kost5-16/+29
2008-08-23sys/v4l2/gstv4l2tuner.c: v4l2src doesn't have a property named "norm" so don'...Filippo Argiolas1-0/+2
2008-08-23sys/v4l2/gstv4l2object.c: Reprobe devices again instead of taking a cached li...Mike Ruprecht1-4/+4
2008-08-21sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc, gst_dir...Ole André Vadla Ravnås1-0/+2
2008-08-21sys/directdraw/gstdirectdrawsink.c: Fix buffer ref leak.Ole André Vadla Ravnås1-6/+4
2008-08-21sys/v4l2/gstv4l2src.c: Add S910 and PWC formats with a low priority.Wim Taymans2-9/+62
2008-08-13sys/v4l2/gstv4l2src.c: Properly set the maximum latency value, in the same wa...Edward Hervey2-15/+5
2008-08-12sys/v4l2/gstv4l2src.c: Add warning messages stating exactly why the latency q...Edward Hervey2-3/+11
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2-0/+2
2008-08-07sys/v4l2/v4l2src_calls.c: When outputting a pad template range for the size, ...Jan Schmidt1-1/+2
2008-07-17sys/osxvideo/osxvideosink.m: Fix minor build issues on macosx.Edward Hervey1-2/+2
2008-07-17sys/v4l2/gstv4l2src.c: Avoid compiler warning by initialising variable to NUL...Benoit Fouet1-2/+1
2008-07-08Don't use declarations after statements and variable length arrays.Sebastian Dröge2-4/+3
2008-07-07sys/v4l2/v4l2src_calls.c: Try progressive video if interlaced fails. Fixes bu...Daniel Drake1-9/+42
2008-06-26sys/v4l2/v4l2_calls.c: Don't include unused gstv4l2xoverlay.h. Fixes build in...Tim-Philipp Müller1-0/+2
2008-06-10sys/sunaudio/gstsunaudiomixerctrl.c: Improvements for the SunAudio mixer by h...Brian Cameron1-4/+31
2008-06-09sys/v4l2/gstv4l2src.c: Improve negotiation a bit more by picking the smallest...Sjoerd Simons1-5/+40
2008-06-09sys/v4l2/: Fix compilation with newer GIT kernels that deprecatedBastien Nocera2-0/+29
2008-06-04sys/v4l2/gstv4l2src.c: Provide a custom negotiation function to make sure to ...Sjoerd Simons1-2/+129
2008-05-26sys/v4l2/v4l2src_calls.c: Fix potential caps leak.William M. Brack1-10/+34
2008-05-26sys/v4l2/v4l2src_calls.c: If we fail to get the frame intervals, simply don't...William M. Brack1-9/+12
2008-05-26sys/v4l2/gstv4l2src.c: Add NV12, NV21 and bayer support. See #520092.William M. Brack1-2/+20
2008-05-17sys/v4l2/gstv4l2src.c: Don't include the gstv4l2xoverlay.h header as the XOve...Sebastian Dröge1-0/+2
2008-05-07sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw): Do IDir...Haakon Sporsheim1-0/+3
2008-05-07sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame): Added ch...Haakon Sporsheim1-1/+5
2008-05-07sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,Haakon Sporsheim1-19/+23
2008-05-07sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps): Fixed mid ...Haakon Sporsheim1-0/+6
2008-05-07sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås1-5/+13
2008-05-07sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås1-0/+1
2008-05-07sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås1-13/+5
2008-05-07sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås1-5/+13
2008-05-06sys/osxvideo/cocoawindow.m: Fix compiler warnings on PPC64. Fixes bug #499318.Thijs Vermeir1-3/+3
2008-04-08sys/oss/: More logging when probing (see #518474), some comments in _reset().Tim-Philipp Müller3-20/+15
2008-04-02sys/sunaudio/: Fix up copyrights (#525860).Brian Cameron11-11/+24