mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
gst/autodetect/gstautoaudiosrc.c: Fix classification.
Original commit message from CVS: * gst/autodetect/gstautoaudiosrc.c: Fix classification.
This commit is contained in:
parent
2cb242b814
commit
4be0ab8e86
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-11-29 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/autodetect/gstautoaudiosrc.c:
|
||||
Fix classification.
|
||||
|
||||
2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
Patch by: Cygwin Ports maintainer
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 03699ffc577ee8a42541862f11a6d0d0dff34f41
|
||||
Subproject commit 5596f3e94835309b54029096f8bba528d79ae677
|
|
@ -66,7 +66,7 @@ GST_BOILERPLATE (GstAutoAudioSrc, gst_auto_audio_src, GstBin, GST_TYPE_BIN);
|
|||
|
||||
static const GstElementDetails gst_auto_audio_src_details =
|
||||
GST_ELEMENT_DETAILS ("Auto audio source",
|
||||
"Sink/Audio",
|
||||
"Source/Audio",
|
||||
"Wrapper audio source for automatically detected audio source",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
|
||||
"Jan Schmidt <thaytan@noraisin.net>\n"
|
||||
|
|
Loading…
Reference in a new issue