[farsight2/master] rtpspecialsource: Make local class_get_codec function static
Olivier Crête
olivier.crete at collabora.co.uk
Fri Nov 20 16:37:20 PST 2009
---
gst/fsrtpconference/fs-rtp-special-source.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-special-source.c b/gst/fsrtpconference/fs-rtp-special-source.c
index de299b0..a0f357b 100644
--- a/gst/fsrtpconference/fs-rtp-special-source.c
+++ b/gst/fsrtpconference/fs-rtp-special-source.c
@@ -95,7 +95,8 @@ fs_rtp_special_source_new (FsRtpSpecialSourceClass *klass,
GstElement *rtpmuxer);
-FsCodec* fs_rtp_special_source_class_get_codec (FsRtpSpecialSourceClass *klass,
+static FsCodec* fs_rtp_special_source_class_get_codec (
+ FsRtpSpecialSourceClass *klass,
GList *negotiated_codec_associations,
FsCodec *selected_codec);
@@ -753,7 +754,7 @@ fs_rtp_special_sources_destroy (GList *current_extra_sources)
*
* Returns: The codec or %NULL. This returns the codec, not a copy
*/
-FsCodec*
+static FsCodec*
fs_rtp_special_source_class_get_codec (FsRtpSpecialSourceClass *klass,
GList *negotiated_codec_associations,
FsCodec *selected_codec)
--
1.5.6.5
More information about the farsight-commits
mailing list