ext/gsm/gstgsmenc.c: Fix typo in docs.

Original commit message from CVS:
* ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
Fix typo in docs.
This commit is contained in:
Wim Taymans 2007-01-12 10:24:29 +00:00
parent 9562fe4f16
commit 675f4c10de
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-01-12 Wim Taymans <wim@fluendo.com>
* ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
Fix typo in docs.
2007-01-12 Wim Taymans <wim@fluendo.com>
* gst/qtdemux/Makefile.am:

View file

@ -150,7 +150,7 @@ gst_gsmenc_init (GstGSMEnc * gsmenc)
gsmenc->state = gsm_create ();
/* turn on WAV49 handling */
/* turn off WAV49 handling */
use_wav49 = 0;
gsm_option (gsmenc->state, GSM_OPT_WAV49, &use_wav49);