summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/flac/gstflacdec.c')
-rw-r--r--ext/flac/gstflacdec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c
index b4d857ba..efffa002 100644
--- a/ext/flac/gstflacdec.c
+++ b/ext/flac/gstflacdec.c
@@ -163,10 +163,10 @@ static void
gst_flacdec_class_init (FlacDecClass *klass)
{
GstElementClass *gstelement_class;
- GObjectClass *gobject_class;
+ GObjectClass *gobject_class;
gstelement_class = (GstElementClass*)klass;
- gobject_class = (GObjectClass*) klass;
+ gobject_class = (GObjectClass*) klass;
parent_class = g_type_class_ref(GST_TYPE_ELEMENT);