mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
9562fe4f16
commit
675f4c10de
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue