mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
small typo
Original commit message from CVS: small typo
This commit is contained in:
parent
fd6261f66a
commit
4970473ea8
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ gst_vorbisenc_init (VorbisEnc * vorbisenc)
|
|||
static void
|
||||
gst_vorbisenc_setup (VorbisEnc * vorbisenc)
|
||||
{
|
||||
static const gchar *comment = "Track encodec with GStreamer";
|
||||
static const gchar *comment = "Track encoded with GStreamer";
|
||||
/********** Encode setup ************/
|
||||
|
||||
/* choose an encoding mode */
|
||||
|
|
Loading…
Reference in a new issue