summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssrc.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-07-10 12:52:20 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-07-10 12:52:20 +0000
commitda8915bfc1f94f18f451b342b856b728894370c6 (patch)
tree4faa2510f8e459ba66d4a7bd2aae4cdd7daac339 /sys/oss/gstosssrc.h
parent81dae26a233429bf822f8a07b53fe8e238573d29 (diff)
more macro splitting; fix po problem
Original commit message from CVS: more macro splitting; fix po problem
Diffstat (limited to 'sys/oss/gstosssrc.h')
-rw-r--r--sys/oss/gstosssrc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/oss/gstosssrc.h b/sys/oss/gstosssrc.h
index dac32897..a2b69164 100644
--- a/sys/oss/gstosssrc.h
+++ b/sys/oss/gstosssrc.h
@@ -31,7 +31,7 @@
G_BEGIN_DECLS
#define GST_TYPE_OSSSRC \
- (gst_osssrc_get_type())
+ (gst_oss_src_get_type())
#define GST_OSSSRC(obj) \
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_OSSSRC,GstOssSrc))
#define GST_OSSSRC_CLASS(klass) \
@@ -71,7 +71,7 @@ struct _GstOssSrcClass {
GstOssElementClass parent_class;
};
-GType gst_osssrc_get_type(void);
+GType gst_oss_src_get_type(void);
G_END_DECLS