ext/gsm/gstgsmenc.c: Fix typo in docs.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 12 Jan 2007 10:24:29 +0000 (10:24 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 12 Jan 2007 10:24:29 +0000 (10:24 +0000)
Original commit message from CVS:
* ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
Fix typo in docs.

ChangeLog
ext/gsm/gstgsmenc.c

index 0fd84c8..51bcb94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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:
        * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
        (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
index a791b88..47636f9 100644 (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);