index
:
~bilboed/gst-plugins-good
WIP
closedcaption
damaged
master
pushfile
qtdemux
qtdemux-cc
qtdemuxgap
qtpushfix
Personal repository for gst-plugins-good
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
sunaudio
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-01
Don't use setlocale in plugins()
Tim-Philipp Müller
1
-1
/
+0
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2012-11-04
Fix FSF address
Tim-Philipp Müller
13
-23
/
+23
2012-08-27
docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
Tim-Philipp Müller
2
-2
/
+2
2012-04-10
Use new gst_element_class_set_static_metadata()
Tim-Philipp Müller
3
-3
/
+3
2012-04-05
gst: Update for GST_PLUGIN_DEFINE() API changes
Sebastian Dröge
1
-1
/
+1
2012-04-04
gst: Update versioning
Sebastian Dröge
1
-2
/
+2
2011-10-21
interfaces: clean up the use of iface and class/klass
Stefan Sauer
1
-10
/
+10
2011-06-18
sunaudio: fix typo in comment
Tim-Philipp Müller
2
-2
/
+2
2010-10-13
various (sys): add a missing G_PARAM_STATIC_STRINGS flags
Stefan Kost
2
-2
/
+2
2010-06-06
sys: Don't use GST_DEBUG_FUNCPTR for GObject vfuncs
Sebastian Dröge
2
-9
/
+5
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
3
-24
/
+13
2009-06-05
sunaudio: Fix switch setting on some devices. Add debug. Fix a FIXME.
Jan Schmidt
3
-21
/
+42
2009-06-05
sunaudio: Support new flags for options and actions
Jan Schmidt
7
-111
/
+583
2009-05-15
Fix compiler warnings
James Andrewartha
3
-5
/
+6
2009-04-15
sunaudio: fix broken indentation of variable declarations
Tim-Philipp Müller
1
-13
/
+0
2009-04-15
sunaudio: remove some unused variables and goto labels
James Andrewartha
2
-9
/
+0
2009-01-29
Update and add documentation for platform specific plugins (sys).
Stefan Kost
3
-21
/
+10
2008-12-07
sys/sunaudio/gstsunaudiomixerctrl.c: Set the mixer fd before calling ioctl() ...
Brian Cameron
1
-1
/
+2
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
1
-0
/
+1
2008-06-10
sys/sunaudio/gstsunaudiomixerctrl.c: Improvements for the SunAudio mixer by h...
Brian Cameron
1
-4
/
+31
2008-04-02
sys/sunaudio/: Fix up copyrights (#525860).
Brian Cameron
11
-11
/
+24
2008-03-27
sys/sunaudio/: Fix up the mixer tracks to use a volume range of 0-255, which ...
Brian Cameron
2
-10
/
+7
2008-01-11
Generate the image-type values correctly. Leave them out of the caps when out...
Jan Schmidt
1
-0
/
+3
2007-04-16
sys/sunaudio/: Fix and/or update copyright attributions (#430228).
Brian Cameron
10
-22
/
+26
2007-04-12
sys/sunaudio/gstsunaudiosrc.c: it is the application's responsibility to make...
jerry tan
1
-4
/
+3
2007-03-09
sys/sunaudio/: Actually translate sunaudio mixer track labels instead of just...
Tim-Philipp Müller
2
-32
/
+20
2007-03-02
sys/sunaudio/gstsunaudiosrc.*: Remove device-name from GstSunAudioSrc. Fixes ...
Wim Taymans
2
-15
/
+1
2007-02-11
configure.ac: Activate monoscope when building with --enable-experimental. Fix
Stefan Kost
2
-9
/
+11
2006-12-11
sys/sunaudio/gstsunaudiosink.c: Ignore the buffer_time the sound device repor...
Jan Schmidt
1
-0
/
+6
2006-12-09
sys/sunaudio/: Use the sunaudio debug category.
Jan Schmidt
4
-34
/
+275
2006-12-08
sys/sunaudio/: Implement reset functions to unblock the src/sink more quickly...
Padraig O'Briain
2
-1
/
+83
2006-12-08
sys/sunaudio/gstsunaudiomixer.c: Construct the correct mixer device name when...
Jerry Tan
1
-1
/
+1
2006-12-08
sys/sunaudio/gstsunaudiosrc.c: Apply patch to open the mixer control and set ...
Jerry Tan
1
-3
/
+5
2006-10-16
Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...
Josep Torra Valles
1
-1
/
+1
2006-09-16
More G_OBJECT macro fixing.
Stefan Kost
1
-1
/
+1
2006-09-15
sys/sunaudio/gstsunaudiomixerctrl.c: Set the output track as the MASTER so th...
Darren Kenny
1
-2
/
+2
2006-07-28
sys/sunaudio/gstsunaudiosrc.c: Open source with O_NONBLOCK (#349015).
Brian Cameron
1
-1
/
+1
2006-06-30
sys/sunaudio/gstsunaudiomixerctrl.c: Move "Monitor" slider to input tab so it...
Brian Cameron
1
-1
/
+1
2006-06-28
sys/sunaudio/gstsunaudiosink.c: Do not modify the ports value. If the user ha...
Brian Cameron
1
-3
/
+0
2006-06-20
sys/sunaudio/: Add a SunAudio source plugin.
Brian Cameron
8
-51
/
+687
2006-06-11
autogen.sh: require am17
Thomas Vander Stichele
1
-2
/
+2
2006-06-09
sys/sunaudio/: Attached find a patch that fixes a number of bugs with the Sun...
Brian Cameron
2
-32
/
+43
2006-06-01
Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
Stefan Kost
2
-10
/
+10
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2
-2
/
+3
2006-04-08
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
1
-1
/
+1
2006-04-06
sys/sunaudio/gstsunaudiosink.*: Use spec->segsize and spec->segtotal in the p...
Brian Cameron
2
-31
/
+16
2006-03-04
sys/sunaudio/: Remove unused variables, breaks build from CVS
Benjamin Pineau
2
-3
/
+0
2006-01-23
sys/sunaudio/: Export functions that are needed in other parts of the code, m...
Tim-Philipp Müller
2
-7
/
+7
2006-01-09
add Sun Audio plugin. Verified that nothing breaks and that make check works.
Christian Schaller
10
-0
/
+1270