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
committerDave Robillard <dave@drobilla.net>2009-05-03 12:03:20 -0400
commit76cfacd117cbb7988227715594d7ae280239f7f6 (patch)
tree3f4a894578f4a532c2f38cd9b97525f7c2aa1bcd /ext
parent54019f54dae4357200869fc33ae4443e19458d8c (diff)
downloadgst-plugins-bad-76cfacd117cbb7988227715594d7ae280239f7f6.tar.gz
gst-plugins-bad-76cfacd117cbb7988227715594d7ae280239f7f6.tar.bz2
gst-plugins-bad-76cfacd117cbb7988227715594d7ae280239f7f6.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;