dtsdec: cosmetic fix to header structure to make gtk-doc happy
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 1 May 2009 01:26:22 +0000 (02:26 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 1 May 2009 13:28:44 +0000 (14:28 +0100)
ext/dts/gstdtsdec.h

index f0b9e4c..5222c68 100644 (file)
@@ -43,8 +43,8 @@ struct _GstDtsDec {
   GstElement    element;
 
   /* pads */
-  GstPad       *sinkpad,
-               *srcpad;
+  GstPad       *sinkpad;
+  GstPad       *srcpad;
 
   /* stream properties */
   gint                  bit_rate;