ext/alsa/gstalsasrc.c: Set proper class on the ElementDetails:

Original commit message from CVS:
* ext/alsa/gstalsasrc.c:
Set proper class on the ElementDetails:
Source/Audio instead of Src/Audio
This commit is contained in:
Edward Hervey 2006-02-28 13:52:04 +00:00
parent 4cb1a6bd3a
commit f6e07c542f
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2006-02-28 Edward Hervey <edward@fluendo.com>
* ext/alsa/gstalsasrc.c:
Set proper class on the ElementDetails:
Source/Audio instead of Src/Audio
2006-02-28 Edward Hervey <edward@fluendo.com>
* gst/videoscale/vs_scanline.c:

View file

@ -37,7 +37,7 @@
/* elementfactory information */
static GstElementDetails gst_alsasrc_details =
GST_ELEMENT_DETAILS ("Audio Src (ALSA)",
"Src/Audio",
"Source/Audio",
"Read from a sound card via ALSA",
"Wim Taymans <wim@fluendo.com>");