summaryrefslogtreecommitdiff
path: root/plugins/elements/gstfdsink.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2000-11-25 14:18:47 +0000
committerWim Taymans <wim.taymans@gmail.com>2000-11-25 14:18:47 +0000
commit26a69ef7f81a5a60468698add72299e235322e74 (patch)
treec3062542ba3c0bd873e820f5dfecbda2f751bb83 /plugins/elements/gstfdsink.h
parenta075cbda18f78ca37d1d40902755af5c63589d86 (diff)
Code Cleanups
Original commit message from CVS: Code Cleanups Added use cases for the source elements.
Diffstat (limited to 'plugins/elements/gstfdsink.h')
-rw-r--r--plugins/elements/gstfdsink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gstfdsink.h b/plugins/elements/gstfdsink.h
index 8c00bf5d7..f92b7825a 100644
--- a/plugins/elements/gstfdsink.h
+++ b/plugins/elements/gstfdsink.h
@@ -43,7 +43,7 @@ GstElementDetails gst_fdsink_details;
#define GST_IS_FDSINK(obj) \
(GTK_CHECK_TYPE((obj),GST_TYPE_FDSINK))
#define GST_IS_FDSINK_CLASS(obj) \
- (GTK_CHECK_CLASS_TYPE((klass),GST_TYPE_FDSINK)))
+ (GTK_CHECK_CLASS_TYPE((klass),GST_TYPE_FDSINK))
typedef struct _GstFdSink GstFdSink;
typedef struct _GstFdSinkClass GstFdSinkClass;