summaryrefslogtreecommitdiff
path: root/gst/elements/gstfdsink.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-06-29 14:05:49 +0000
committerBenjamin Otte <otte@gnome.org>2003-06-29 14:05:49 +0000
commit803ce6bf4884d8e5a0a16899ec0ad7d6757749e3 (patch)
treeb74a727107163f74dba674935d8368a530b1d6bb /gst/elements/gstfdsink.h
parent30438fd472b634da9a649b78efe6063dcb695c21 (diff)
GST_DEBUG reorganization containing loads of stuff:
Original commit message from CVS: GST_DEBUG reorganization This is a big diff (ca 450k), containing loads of stuff: - gstinfo.[ch] complete rewrite - changing of all GST_DEBUG messages to reflect that change - reorganization of subsystem disabling - addition of gstconfig.h.in so we can track the disablings - <gst/gst.h> does not include <unistd.h> and <config.h> anymore - documentation updated for gstinfo stuff (build the docs yourself to know what changed) - bugfixes for making of the docs (files from CVS are not deleted anymore - testsuite for debugging changes in testsuite/debug expect breakage
Diffstat (limited to 'gst/elements/gstfdsink.h')
-rw-r--r--gst/elements/gstfdsink.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gst/elements/gstfdsink.h b/gst/elements/gstfdsink.h
index 2b4f385c2d..4f6dfb69cc 100644
--- a/gst/elements/gstfdsink.h
+++ b/gst/elements/gstfdsink.h
@@ -24,14 +24,12 @@
#ifndef __GST_FDSINK_H__
#define __GST_FDSINK_H__
-
-#include <config.h>
#include <gst/gst.h>
G_BEGIN_DECLS
-GstElementDetails gst_fdsink_details;
-
+extern GstElementDetails gst_fdsink_details;
+GST_DEBUG_CATEGORY_EXTERN(gst_fdsink_debug);
#define GST_TYPE_FDSINK \
(gst_fdsink_get_type())