From ac7cda4b3b4e7fc423dcf8c7eb71d024f4e178a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 1 May 2009 02:26:22 +0100 Subject: dtsdec: cosmetic fix to header structure to make gtk-doc happy --- ext/dts/gstdtsdec.h | 4 ++-- 1 file 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; -- cgit v1.2.1