[gst-cvs] gst-plugins-bad: dtsdec: cosmetic fix to header structure to make gtk-doc happy
Tim Mueller
tpm at kemper.freedesktop.org
Fri May 1 06:39:17 PDT 2009
Module: gst-plugins-bad
Branch: master
Commit: ac7cda4b3b4e7fc423dcf8c7eb71d024f4e178a9
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=ac7cda4b3b4e7fc423dcf8c7eb71d024f4e178a9
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Fri May 1 02:26:22 2009 +0100
dtsdec: cosmetic fix to header structure to make gtk-doc happy
---
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 f0b9e4c..5222c68 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;
More information about the Gstreamer-commits
mailing list