[farsight2/master] Make clear that codec_blueprint_destroy is only exported for the caching
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:19:48 PST 2008
---
gst/fsrtpconference/fs-rtp-discover-codecs.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-discover-codecs.h b/gst/fsrtpconference/fs-rtp-discover-codecs.h
index dd3276d..c9b22f9 100644
--- a/gst/fsrtpconference/fs-rtp-discover-codecs.h
+++ b/gst/fsrtpconference/fs-rtp-discover-codecs.h
@@ -46,9 +46,12 @@ typedef struct _CodecBlueprint
GList *load_codecs (FsMediaType media_type, GError **error);
void unload_codecs (FsMediaType media_type);
-void codec_blueprint_destroy (CodecBlueprint *codec_blueprint);
+/*
+ * Only exported for the caching stuff
+ */
+void codec_blueprint_destroy (CodecBlueprint *codec_blueprint);
G_END_DECLS
--
1.5.6.5
More information about the farsight-commits
mailing list