diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-01 02:26:22 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-01 14:28:44 +0100 |
commit | ac7cda4b3b4e7fc423dcf8c7eb71d024f4e178a9 (patch) | |
tree | 416eabf1e409a54b8e0f07dcf6859118e3f419f2 /ext/dts/gstdtsdec.h | |
parent | 76535b0e1f1cf35de47c9a8ba064be77a9935db5 (diff) | |
download | gst-plugins-bad-ac7cda4b3b4e7fc423dcf8c7eb71d024f4e178a9.tar.gz gst-plugins-bad-ac7cda4b3b4e7fc423dcf8c7eb71d024f4e178a9.tar.bz2 gst-plugins-bad-ac7cda4b3b4e7fc423dcf8c7eb71d024f4e178a9.zip |
dtsdec: cosmetic fix to header structure to make gtk-doc happy
Diffstat (limited to 'ext/dts/gstdtsdec.h')
-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; |