diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2011-10-29 19:30:42 +0200 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2011-11-02 16:57:15 -0400 |
commit | fb64d45034c76c7e8e336440296f6f84bd7b87c3 (patch) | |
tree | 479c763a75f09962c9150279929deafadb369924 /farstream/fs-codec.c | |
parent | 195ac9201b2f04a22f7ecc099781d0f83d422d8c (diff) | |
download | farstream-fb64d45034c76c7e8e336440296f6f84bd7b87c3.tar.gz |
fssession: Remove the "method" from the telephone_event methods
Now, it will always try event then fall back on sound. If one wants to
ensure that only sound is sent, one must remove the events from the remote
codecs.
Diffstat (limited to 'farstream/fs-codec.c')
-rw-r--r-- | farstream/fs-codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/farstream/fs-codec.c b/farstream/fs-codec.c index 3306ca92..a2374817 100644 --- a/farstream/fs-codec.c +++ b/farstream/fs-codec.c @@ -136,7 +136,7 @@ fs_feedback_parameter_free (FsFeedbackParameter *param) } /** - * fs_codec_destroy: (skip): + * fs_codec_destroy: (skip): * @codec: #FsCodec structure to free * * Deletes a #FsCodec structure and all its data. Is a no-op on %NULL codec |