diff options
author | David Schleef <ds@schleef.org> | 2007-03-03 09:06:06 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2007-03-03 09:06:06 +0000 |
commit | 6b355aa720a00409a4b49c2307d841979cea2e5d (patch) | |
tree | dba588aaf6fe4e05f224a06fc5e755ccd1d9fe98 /gst-libs/gst/app/gstappsrc.h | |
parent | 50fdeffe760c39ca68ad4b83d678af0786970cbd (diff) | |
download | gst-plugins-bad-6b355aa720a00409a4b49c2307d841979cea2e5d.tar.gz gst-plugins-bad-6b355aa720a00409a4b49c2307d841979cea2e5d.tar.bz2 gst-plugins-bad-6b355aa720a00409a4b49c2307d841979cea2e5d.zip |
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.
Diffstat (limited to 'gst-libs/gst/app/gstappsrc.h')
-rw-r--r-- | gst-libs/gst/app/gstappsrc.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <gst/gst.h> #include <gst/base/gstpushsrc.h> +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 |