summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-01 02:26:22 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-01 14:28:44 +0100
commitac7cda4b3b4e7fc423dcf8c7eb71d024f4e178a9 (patch)
tree416eabf1e409a54b8e0f07dcf6859118e3f419f2 /ext
parent76535b0e1f1cf35de47c9a8ba064be77a9935db5 (diff)
downloadgst-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')
-rw-r--r--ext/dts/gstdtsdec.h4
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;