diff --git a/ext/dts/gstdtsdec.h b/ext/dts/gstdtsdec.h index f0b9e4c090..5222c687aa 100644 --- a/ext/dts/gstdtsdec.h +++ b/ext/dts/gstdtsdec.h @@ -43,8 +43,8 @@ struct _GstDtsDec { GstElement element; /* pads */ - GstPad *sinkpad, - *srcpad; + GstPad *sinkpad; + GstPad *srcpad; /* stream properties */ gint bit_rate;