summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2010-07-06v4l2sink: destroy buffer pool when changing state to NULLMichael Grzeschik1-0/+2
2010-06-22v4l2: precalculate durationStefan Kost3-14/+18
2010-06-21v4l2sink: use glib defines in property declarations for readabilityStefan Kost1-6/+4
2010-06-21v4l2: use G_PARAM_STATIC_STRINGS to save a few bytes and strdupsStefan Kost3-11/+15
2010-06-16ximagesrc: Fix NULL pointer dereference when allocation of the ximage failsSebastian Dröge1-1/+2
2010-06-16v4l2src: do not try to change device format if it's already correctHavoc Pennington1-0/+16
2010-06-16v4l2src: in negotiate, check for error return from set_capsHavoc Pennington1-2/+2
2010-06-15v4l2: Initialize variableSebastian Dröge1-1/+1
2010-06-14oss4: Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp()Sebastian Dröge1-2/+2
2010-06-11v4l2src: Fix element descriptionDavid Schleef1-1/+1
2010-06-09directsoundsink: Plug some memleak and support 22050Hz mono sound.Julien Moutte1-3/+12
2010-06-06sys: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge12-51/+36
2010-06-03oss4: add some comments for translators to clarify meaning of "Low"Tim-Philipp Müller1-0/+6
2010-05-11osxvideosink: allow switching views at runtime.Alessandro Decina1-0/+9
2010-05-11oss4: minor cleanupTim-Philipp Müller1-7/+3
2010-05-11Move oss4 plugin from -bad to -goodTim-Philipp Müller1-2/+9
2010-05-11oss4sink: implement GstStreamVolume interface and add mute and volume propertiesBrian Cameron2-2/+135
2010-05-11oss4: 8-bit PCM audio caps don't need an endianness fieldTim-Philipp Müller1-3/+5
2010-05-11oss4: don't iterate the formats table twice for each entryTim-Philipp Müller1-23/+18
2010-05-11oss4: also accept formats not natively supportedTim-Philipp Müller1-0/+24
2010-05-11oss4: add comment for translatorsTim-Philipp Müller1-1/+3
2010-05-11oss4: Refactor code to make it look more modernBenjamin Otte1-15/+20
2010-05-11oss4: Avoid g_quark_to_string (g_quark_from_string ()) madnessBenjamin Otte1-9/+8
2010-05-11Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-1/+1
2010-05-11Fix compiler warning about unused return valueBenjamin Otte1-1/+2
2010-05-11oss4: Attempt to fix a compiler warningJan Schmidt1-4/+3
2010-05-11oss4: Enhancements to the mixer and audio outputGarrett D'Amore4-239/+270
2010-05-11Make build without warnings with debugging disabledTim-Philipp Müller1-8/+8
2010-05-11Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2010-05-11sys/oss4/: Add some spaces in translateable strings.Jan Schmidt3-5/+5
2010-05-11Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat1-0/+1
2010-05-11Final round of doc updates.Stefan Kost3-26/+13
2010-05-11Do not use short_description in section docs for elements. We extract them fr...Stefan Kost3-3/+0
2010-05-11sys/oss4/: Make device-name probing in NULL state work better (e.g. for the g...Tim-Philipp Müller5-2/+40
2010-05-11sys/oss4/oss4-mixer-slider.c: Apparently mono sliders have the mono value rep...Clive Wright1-2/+8
2010-05-11sys/oss4/: Fix arguments format in debug statements.Julien Moutte2-5/+6
2010-05-11Add initial support for OSSv4. Mixer still needs a bit more love, but even ma...Tim-Philipp Müller18-0/+7858
2010-05-11osxvideosink: implement the xoverlay interface. Fixes #618349.Alessandro Decina4-15/+155
2010-04-04oss: add fixme commentStefan Kost1-0/+1
2010-03-29build: build plugins and examples in parallel where possibleTim-Philipp Müller1-0/+2
2010-03-27directsoundsink: fix redundant function redeclaration compiler warningsTim-Philipp Müller1-4/+0
2010-03-27gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2010-03-26directsoundsink: Implement SPDIF support for AC3.Julien Moutte2-35/+164
2010-03-23osx: fix compiler warningsTristan Matthews2-2/+2
2010-03-21Add -Wwrite-strings to the configure flagsBenjamin Otte4-5/+5
2010-03-18build: Makefile.am cleanupsTim-Philipp Müller3-10/+20
2010-03-18directsoundsink: fix redundant function redeclaration compiler warningsTim-Philipp Müller1-4/+0
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte14-115/+60
2010-03-17Add -Wredundant-decls warning flagBenjamin Otte1-1/+0
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte7-9/+9