summaryrefslogtreecommitdiff
path: root/src/gstducatih264dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gstducatih264dec.c')
-rw-r--r--src/gstducatih264dec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gstducatih264dec.c b/src/gstducatih264dec.c
index beeaf9c..66e6ea5 100644
--- a/src/gstducatih264dec.c
+++ b/src/gstducatih264dec.c
@@ -71,8 +71,7 @@ static gboolean
gst_ducati_h264dec_allocate_params (GstDucatiVidDec * self, gint params_sz,
gint dynparams_sz, gint status_sz, gint inargs_sz, gint outargs_sz)
{
- gboolean ret =
- GST_DUCATIVIDDEC_GET_CLASS (parent_class)->allocate_params (self,
+ gboolean ret = GST_DUCATIVIDDEC_CLASS (parent_class)->allocate_params (self,
sizeof (IH264VDEC_Params), sizeof (IH264VDEC_DynamicParams),
sizeof (IH264VDEC_Status), sizeof (IH264VDEC_InArgs),
sizeof (IH264VDEC_OutArgs));