summaryrefslogtreecommitdiff
path: root/sys/sunaudio
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM2-8/+6
2015-11-15sunaudiosrc: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2013-09-01Don't use setlocale in plugins()Tim-Philipp Müller1-1/+0
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller13-23/+23
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2-2/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller3-3/+3
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2011-10-21interfaces: clean up the use of iface and class/klassStefan Sauer1-10/+10
2011-06-18sunaudio: fix typo in commentTim-Philipp Müller2-2/+2
2010-10-13various (sys): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2-2/+2
2010-06-06sys: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge2-9/+5
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte3-24/+13
2009-06-05sunaudio: Fix switch setting on some devices. Add debug. Fix a FIXME.Jan Schmidt3-21/+42
2009-06-05sunaudio: Support new flags for options and actionsJan Schmidt7-111/+583
2009-05-15Fix compiler warningsJames Andrewartha3-5/+6
2009-04-15sunaudio: fix broken indentation of variable declarationsTim-Philipp Müller1-13/+0
2009-04-15sunaudio: remove some unused variables and goto labelsJames Andrewartha2-9/+0
2009-01-29Update and add documentation for platform specific plugins (sys).Stefan Kost3-21/+10
2008-12-07sys/sunaudio/gstsunaudiomixerctrl.c: Set the mixer fd before calling ioctl() ...Brian Cameron1-1/+2
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-06-10sys/sunaudio/gstsunaudiomixerctrl.c: Improvements for the SunAudio mixer by h...Brian Cameron1-4/+31
2008-04-02sys/sunaudio/: Fix up copyrights (#525860).Brian Cameron11-11/+24
2008-03-27sys/sunaudio/: Fix up the mixer tracks to use a volume range of 0-255, which ...Brian Cameron2-10/+7
2008-01-11Generate the image-type values correctly. Leave them out of the caps when out...Jan Schmidt1-0/+3
2007-04-16sys/sunaudio/: Fix and/or update copyright attributions (#430228).Brian Cameron10-22/+26
2007-04-12sys/sunaudio/gstsunaudiosrc.c: it is the application's responsibility to make...jerry tan1-4/+3
2007-03-09sys/sunaudio/: Actually translate sunaudio mixer track labels instead of just...Tim-Philipp Müller2-32/+20
2007-03-02sys/sunaudio/gstsunaudiosrc.*: Remove device-name from GstSunAudioSrc. Fixes ...Wim Taymans2-15/+1
2007-02-11configure.ac: Activate monoscope when building with --enable-experimental. FixStefan Kost2-9/+11
2006-12-11sys/sunaudio/gstsunaudiosink.c: Ignore the buffer_time the sound device repor...Jan Schmidt1-0/+6
2006-12-09sys/sunaudio/: Use the sunaudio debug category.Jan Schmidt4-34/+275
2006-12-08sys/sunaudio/: Implement reset functions to unblock the src/sink more quickly...Padraig O'Briain2-1/+83
2006-12-08sys/sunaudio/gstsunaudiomixer.c: Construct the correct mixer device name when...Jerry Tan1-1/+1
2006-12-08sys/sunaudio/gstsunaudiosrc.c: Apply patch to open the mixer control and set ...Jerry Tan1-3/+5
2006-10-16Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles1-1/+1
2006-09-16More G_OBJECT macro fixing.Stefan Kost1-1/+1
2006-09-15sys/sunaudio/gstsunaudiomixerctrl.c: Set the output track as the MASTER so th...Darren Kenny1-2/+2
2006-07-28sys/sunaudio/gstsunaudiosrc.c: Open source with O_NONBLOCK (#349015).Brian Cameron1-1/+1
2006-06-30sys/sunaudio/gstsunaudiomixerctrl.c: Move "Monitor" slider to input tab so it...Brian Cameron1-1/+1
2006-06-28sys/sunaudio/gstsunaudiosink.c: Do not modify the ports value. If the user ha...Brian Cameron1-3/+0
2006-06-20sys/sunaudio/: Add a SunAudio source plugin.Brian Cameron8-51/+687
2006-06-11autogen.sh: require am17Thomas Vander Stichele1-2/+2
2006-06-09sys/sunaudio/: Attached find a patch that fixes a number of bugs with the Sun...Brian Cameron2-32/+43
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2-10/+10
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-2/+3
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-06sys/sunaudio/gstsunaudiosink.*: Use spec->segsize and spec->segtotal in the p...Brian Cameron2-31/+16