mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
ext/alsa/gstalsasrc.c: Fix description as pointed out by caugier.
Original commit message from CVS: * ext/alsa/gstalsasrc.c: Fix description as pointed out by caugier.
This commit is contained in:
parent
d732f54e6b
commit
9285b34cdb
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-02-22 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/alsa/gstalsasrc.c:
|
||||
Fix description as pointed out by caugier.
|
||||
|
||||
2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
|
||||
|
||||
Reviewed by : Edward Hervey <edward@fluendo.com>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
static GstElementDetails gst_alsasrc_details =
|
||||
GST_ELEMENT_DETAILS ("Audio Src (ALSA)",
|
||||
"Src/Audio",
|
||||
"Output to a sound card via ALSA",
|
||||
"Read from a sound card via ALSA",
|
||||
"Wim Taymans <wim@fluendo.com>");
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in a new issue