[gst-cvs] gst-plugins-bad: celtdec: Move define into the C file so it doesn' t show up in the docs

Jan Schmidt thaytan at kemper.freedesktop.org
Fri Feb 27 04:03:46 PST 2009


Module: gst-plugins-bad
Branch: master
Commit: b59e9837519a75d4eeb4c1049ec7711da9f57e01
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=b59e9837519a75d4eeb4c1049ec7711da9f57e01

Author: Jan Schmidt <thaytan at noraisin.net>
Date:   Fri Feb 27 11:55:34 2009 +0000

celtdec: Move define into the C file so it doesn't show up in the docs

---

 ext/celt/gstceltdec.c |    2 ++
 ext/celt/gstceltdec.h |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext/celt/gstceltdec.c b/ext/celt/gstceltdec.c
index fe1914b..2f3d780 100644
--- a/ext/celt/gstceltdec.c
+++ b/ext/celt/gstceltdec.c
@@ -48,6 +48,8 @@
 GST_DEBUG_CATEGORY_STATIC (celtdec_debug);
 #define GST_CAT_DEFAULT celtdec_debug
 
+#define DEC_MAX_FRAME_SIZE 2000
+
 static GstStaticPadTemplate celt_dec_src_factory =
 GST_STATIC_PAD_TEMPLATE ("src",
     GST_PAD_SRC,
diff --git a/ext/celt/gstceltdec.h b/ext/celt/gstceltdec.h
index 19f1444..7785133 100644
--- a/ext/celt/gstceltdec.h
+++ b/ext/celt/gstceltdec.h
@@ -41,8 +41,6 @@ G_BEGIN_DECLS
 typedef struct _GstCeltDec GstCeltDec;
 typedef struct _GstCeltDecClass GstCeltDecClass;
 
-#define DEC_MAX_FRAME_SIZE 2000
-
 struct _GstCeltDec {
   GstElement            element;
 





More information about the Gstreamer-commits mailing list