[farsight2/master] Make fs_stream_direction_get_type public

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:20:25 PST 2008


---
 gst-libs/gst/farsight/fs-stream.c |    2 +-
 gst-libs/gst/farsight/fs-stream.h |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gst-libs/gst/farsight/fs-stream.c b/gst-libs/gst/farsight/fs-stream.c
index 763b7e2..6be4d16 100644
--- a/gst-libs/gst/farsight/fs-stream.c
+++ b/gst-libs/gst/farsight/fs-stream.c
@@ -102,7 +102,7 @@ static void fs_stream_set_property (GObject *object,
 static GObjectClass *parent_class = NULL;
 static guint signals[LAST_SIGNAL] = { 0 };
 
-static GType
+GType
 fs_stream_direction_get_type (void)
 {
   static GType gtype = 0;
diff --git a/gst-libs/gst/farsight/fs-stream.h b/gst-libs/gst/farsight/fs-stream.h
index 434bf0d..b7c0f4c 100644
--- a/gst-libs/gst/farsight/fs-stream.h
+++ b/gst-libs/gst/farsight/fs-stream.h
@@ -53,6 +53,8 @@ typedef enum
   FS_DIRECTION_BOTH = FS_DIRECTION_SEND | FS_DIRECTION_RECV
 } FsStreamDirection;
 
+GType fs_stream_direction_get_type (void);
+
 /* TYPE MACROS */
 #define FS_TYPE_STREAM \
   (fs_stream_get_type())
-- 
1.5.6.5




More information about the farsight-commits mailing list