diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-01 02:26:22 +0100 |
---|---|---|
committer | Dave Robillard <dave@drobilla.net> | 2009-05-03 12:03:20 -0400 |
commit | 76cfacd117cbb7988227715594d7ae280239f7f6 (patch) | |
tree | 3f4a894578f4a532c2f38cd9b97525f7c2aa1bcd | |
parent | 54019f54dae4357200869fc33ae4443e19458d8c (diff) | |
download | gst-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
-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; |