diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/dts/gstdtsdec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dts/gstdtsdec.h b/ext/dts/gstdtsdec.h index f0b9e4c0..5222c687 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; |