ext/alsa/gstalsasrc.c: Set proper class on the ElementDetails:
authorEdward Hervey <bilboed@bilboed.com>
Tue, 28 Feb 2006 13:52:04 +0000 (13:52 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 28 Feb 2006 13:52:04 +0000 (13:52 +0000)
Original commit message from CVS:
* ext/alsa/gstalsasrc.c:
Set proper class on the ElementDetails:
Source/Audio instead of Src/Audio

ChangeLog
ext/alsa/gstalsasrc.c

index 852c34aecf63fa24a19729b6b4b5eed86155952a..b9d5cc95d702843308ee70f12fbe5338bad96cc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index f05f0168a8d3be908ac2ec7087cd566c22b62f30..268b22785dcd3e9c1e68c3f8642d76b955d2fc6f 100644 (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>");