diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/gsm/gstgsmenc.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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), diff --git a/ext/gsm/gstgsmenc.c b/ext/gsm/gstgsmenc.c index a791b8846..47636f994 100644 --- a/ext/gsm/gstgsmenc.c +++ b/ext/gsm/gstgsmenc.c @@ -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); |