mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
add comment
Original commit message from CVS: add comment
This commit is contained in:
parent
94c33a9984
commit
6a9ba4d4e0
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ static GstElementDetails gst_lame_details = {
|
|||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
};
|
||||
|
||||
/* LAME can do MPEG-1, MPEG-2, and MPEG-2.5, so it has 9 possible
|
||||
* sample rates it supports */
|
||||
static GstStaticPadTemplate gst_lame_sink_template =
|
||||
GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
|
|
Loading…
Reference in a new issue