summaryrefslogtreecommitdiffstats
path: root/gst/autodetect/gstautoaudiosrc.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove Ronald Bultje from Authors fieldDavid Schleef2009-09-051-1/+0
| | | | | | Replaced with "GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>" or just removed, depending on the number of other authors.
* Update Since: tags in autodetect srcs and audioechoJan Schmidt2009-02-191-1/+1
|
* gst/autodetect/gstautoaudiosrc.c: Fix classification.Stefan Kost2008-11-291-1/+1
| | | | | | Original commit message from CVS: * gst/autodetect/gstautoaudiosrc.c: Fix classification.
* gst/autodetect/: Post an error when we can't set the internal ghostpad target.Wim Taymans2008-11-251-1/+10
| | | | | | | | | | Original commit message from CVS: * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect): * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect): * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset), (gst_auto_video_sink_detect): * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect): Post an error when we can't set the internal ghostpad target.
* gst/autodetect/: Fix "Since" tags in the documentation.Sebastian Dröge2008-10-271-1/+1
| | | | | | | | | Original commit message from CVS: * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_class_init): * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_class_init): Fix "Since" tags in the documentation.
* gst/autodetect/: Implement src plugins. Little code/string cleanup in the sinks.Stefan Kost2008-10-271-0/+444
Original commit message from CVS: * gst/autodetect/Makefile.am: * gst/autodetect/gstautoaudiosink.c: * gst/autodetect/gstautoaudiosrc.c: * gst/autodetect/gstautoaudiosrc.h: * gst/autodetect/gstautodetect.c: * gst/autodetect/gstautovideosink.c: * gst/autodetect/gstautovideosrc.c: * gst/autodetect/gstautovideosrc.h: Implement src plugins. Little code/string cleanup in the sinks. Fixes #523813.