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:
parent
4cb1a6bd3a
commit
f6e07c542f
@ -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>
|
2006-02-28 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/videoscale/vs_scanline.c:
|
* gst/videoscale/vs_scanline.c:
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_alsasrc_details =
|
static GstElementDetails gst_alsasrc_details =
|
||||||
GST_ELEMENT_DETAILS ("Audio Src (ALSA)",
|
GST_ELEMENT_DETAILS ("Audio Src (ALSA)",
|
||||||
"Src/Audio",
|
"Source/Audio",
|
||||||
"Read from a sound card via ALSA",
|
"Read from a sound card via ALSA",
|
||||||
"Wim Taymans <wim@fluendo.com>");
|
"Wim Taymans <wim@fluendo.com>");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user