Original commit message from CVS:
* ext/alsa/gstalsasrc.c:
Set proper class on the ElementDetails:
Source/Audio instead of Src/Audio
+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:
/* 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>");