mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
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
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue