summaryrefslogtreecommitdiff
path: root/sys/oss4/oss4-source.c
Commit message (Collapse)AuthorAgeFilesLines
* docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller2013-11-181-2/+0
| | | | And some gtk-doc markup fixes.
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* update for audio base src api changeWim Taymans2012-09-101-2/+3
|
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
|
* oss4: port to 0.11Mark Nauwelaerts2012-04-201-480/+31
|
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
|
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-1/+1
|\ | | | | | | | | | | | | | | Conflicts: ext/flac/gstflacdec.c ext/jpeg/gstjpegenc.c ext/pulse/pulsesink.c sys/v4l2/gstv4l2src.c
| * oss4: fix caps leaksVincent Penquerc'h2012-01-131-1/+1
| |
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-0/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664
* | interfaces: clean up the use of iface and class/klassStefan Sauer2011-10-211-7/+7
|/
* oss4: Address unused but set variablesRobert Swain2011-04-161-8/+0
| | | | | | GCC 4.6.x complains about such variable usage. Unused but set variables were removed except that gst_oss4_mixer_slider_set_mute () now returns the value from the call to gst_oss4_mixer_set_control_val ().
* various (sys): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-131-2/+2
|
* sys: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge2010-06-061-7/+5
|
* sys/oss4/: Add some spaces in translateable strings.Jan Schmidt2010-05-111-2/+2
| | | | | | | | | Original commit message from CVS: * sys/oss4/oss4-mixer.c: * sys/oss4/oss4-sink.c: * sys/oss4/oss4-source.c: Add some spaces in translateable strings. Fixes: #555969 #555968 #555965
* Final round of doc updates.Stefan Kost2010-05-111-8/+4
| | | | | | | | | | | | | | | | Original commit message from CVS: * gst/rtpmanager/gstrtpjitterbuffer.c: * gst/speed/gstspeed.c: * gst/speexresample/gstspeexresample.c: * gst/videosignal/gstvideoanalyse.c: * gst/videosignal/gstvideodetect.c: * gst/videosignal/gstvideomark.c: * sys/dvb/gstdvbsrc.c: * sys/oss4/oss4-mixer.c: * sys/oss4/oss4-sink.c: * sys/oss4/oss4-source.c: * sys/wininet/gstwininetsrc.c: Final round of doc updates.
* Do not use short_description in section docs for elements. We extract them ↵Stefan Kost2010-05-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from element details and there will be war... Original commit message from CVS: * ext/dc1394/gstdc1394.c: * ext/ivorbis/vorbisdec.c: * ext/jack/gstjackaudiosink.c: * ext/metadata/gstmetadatademux.c: * ext/mythtv/gstmythtvsrc.c: * ext/theora/theoradec.c: * gst-libs/gst/app/gstappsink.c: * gst/bayer/gstbayer2rgb.c: * gst/deinterlace/gstdeinterlace.c: * gst/rawparse/gstaudioparse.c: * gst/rawparse/gstvideoparse.c: * gst/rtpmanager/gstrtpbin.c: * gst/rtpmanager/gstrtpclient.c: * gst/rtpmanager/gstrtpjitterbuffer.c: * gst/rtpmanager/gstrtpptdemux.c: * gst/rtpmanager/gstrtpsession.c: * gst/rtpmanager/gstrtpssrcdemux.c: * gst/selector/gstinputselector.c: * gst/selector/gstoutputselector.c: * gst/videosignal/gstvideoanalyse.c: * gst/videosignal/gstvideodetect.c: * gst/videosignal/gstvideomark.c: * sys/oss4/oss4-mixer.c: * sys/oss4/oss4-sink.c: * sys/oss4/oss4-source.c: Do not use short_description in section docs for elements. We extract them from element details and there will be warnings if they differ. Also fixing up the ChangeLog order.
* sys/oss4/: Make device-name probing in NULL state work better (e.g. for the ↵Tim-Philipp Müller2010-05-111-1/+7
| | | | | | | | | | | | | | | gnome-control-center sound capplet). Original commit message from CVS: * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open): * sys/oss4/oss4-property-probe.c: (gst_oss4_property_probe_find_device_name), (gst_oss4_property_probe_find_device_name_nofd): * sys/oss4/oss4-property-probe.h: * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property): * sys/oss4/oss4-source.c: (gst_oss4_source_get_property): Make device-name probing in NULL state work better (e.g. for the gnome-control-center sound capplet).
* sys/oss4/: Fix arguments format in debug statements.Julien Moutte2010-05-111-1/+2
| | | | | | | | | | Original commit message from CVS: 2008-04-11 Julien Moutte <julien@fluendo.com> * sys/oss4/oss4-mixer-enum.c: (gst_oss4_mixer_enum_get_values_locked): * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments format in debug statements.
* Add initial support for OSSv4. Mixer still needs a bit more love, but even ↵Tim-Philipp Müller2010-05-111-0/+1004
magic has its limits. Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/oss4/Makefile.am: * sys/oss4/oss4-audio.c: * sys/oss4/oss4-audio.h: * sys/oss4/oss4-mixer-enum.c: * sys/oss4/oss4-mixer-enum.h: * sys/oss4/oss4-mixer-slider.c: * sys/oss4/oss4-mixer-slider.h: * sys/oss4/oss4-mixer-switch.c: * sys/oss4/oss4-mixer-switch.h: * sys/oss4/oss4-mixer.c: * sys/oss4/oss4-mixer.h: * sys/oss4/oss4-property-probe.c: * sys/oss4/oss4-property-probe.h: * sys/oss4/oss4-sink.c: * sys/oss4/oss4-sink.h: * sys/oss4/oss4-soundcard.h: * sys/oss4/oss4-source.c: * sys/oss4/oss4-source.h: Add initial support for OSSv4. Mixer still needs a bit more love, but even magic has its limits.