From 6b355aa720a00409a4b49c2307d841979cea2e5d Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 3 Mar 2007 09:06:06 +0000 Subject: gst-libs/gst/app/gstappsrc.*: Hacking to address issues in 413418. Original commit message from CVS: * gst-libs/gst/app/gstappsrc.c: * gst-libs/gst/app/gstappsrc.h: Hacking to address issues in 413418. --- gst-libs/gst/app/gstappsrc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst-libs/gst/app/gstappsrc.h') diff --git a/gst-libs/gst/app/gstappsrc.h b/gst-libs/gst/app/gstappsrc.h index 48990bf9..617a20e2 100644 --- a/gst-libs/gst/app/gstappsrc.h +++ b/gst-libs/gst/app/gstappsrc.h @@ -23,6 +23,8 @@ #include #include +G_BEGIN_DECLS + #define GST_TYPE_APP_SRC \ (gst_app_src_get_type()) #define GST_APP_SRC(obj) \ @@ -66,6 +68,7 @@ void gst_app_src_set_caps (GstAppSrc *appsrc, GstCaps *caps); void gst_app_src_flush (GstAppSrc *appsrc); void gst_app_src_end_of_stream (GstAppSrc *appsrc); +G_END_DECLS #endif -- cgit v1.2.1