summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ext/dv/gstdvdec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c
index 10d09227..6b7d3684 100644
--- a/ext/dv/gstdvdec.c
+++ b/ext/dv/gstdvdec.c
@@ -260,9 +260,9 @@ gst_dvdec_class_init (GstDVDecClass *klass)
static void
gst_dvdec_destroy (GObject *object)
{
- GstDVDec *dvdec = GST_DVDEC(object);
+ GstDVDec *dvdec = GST_DVDEC (object);
- dv_decoder_free(dvdec->decoder);
+ dv_decoder_free (dvdec->decoder);
}
/* This function is responsible for initializing a specific instance of