summaryrefslogtreecommitdiff
path: root/gst/gstdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstdata.c')
-rw-r--r--gst/gstdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstdata.c b/gst/gstdata.c
index 27664820f..359748b44 100644
--- a/gst/gstdata.c
+++ b/gst/gstdata.c
@@ -34,7 +34,7 @@ gst_data_get_type (void)
if (!type)
type = g_boxed_type_register_static ("GstData",
- (GBoxedCopyFunc) gst_data_copy, (GBoxedFreeFunc) gst_data_unref);
+ (GBoxedCopyFunc) gst_data_copy, (GBoxedFreeFunc) gst_data_unref);
return type;
}