summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-10ximagesrc: send new_segment with GST_FORMAT_TIME formatThadeu Lima de Souza Cascardo1-0/+1
2010-02-16v4l2: log more details in buffer pool finalizeStefan Kost1-2/+3
2010-02-16v4l2: init datastructures after pre-conditions checksStefan Kost1-4/+5
2010-02-15v4l2: printf format string fixTim-Philipp Müller1-1/+1
2010-02-13v4l2sink: change rank to NONE so it is never autopluggedTim-Philipp Müller1-1/+1
2010-02-12v4lsink: lower rank to MARGINALTim-Philipp Müller1-1/+1
2010-02-01v4l2: fix unportable printf formatTim-Philipp Müller1-1/+2
2010-01-25v4l2src: don't deref NULLStefan Kost1-0/+7
2010-01-25Revert "v4l2src: don't deref NULL"Stefan Kost1-7/+0
2010-01-25v4l2src: don't deref NULLStefan Kost1-0/+7
2010-01-18v4l2: move G_END_DECLS to the endStefan Kost1-2/+2
2010-01-18v4l2: fix bufferpool file names in header commentStefan Kost2-2/+2
2010-01-05v4l2src: fix memory leak in new uri handler codeTim-Philipp Müller1-2/+10