]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commitdiff
Just make it compile with --disable-gst-debug.
authorEdgard Lima <edgard.lima@indt.org.br>
Fri, 3 Feb 2006 18:24:54 +0000 (18:24 +0000)
committerEdgard Lima <edgard.lima@indt.org.br>
Fri, 3 Feb 2006 18:24:54 +0000 (18:24 +0000)
Original commit message from CVS:
Just make it compile with --disable-gst-debug.

ChangeLog
common
ext/mad/gstid3tag.c
gst/realmedia/rmdemux.c

index f0d4ee5f844857f2c7defc34d0f1245eb4218fb6..f0bdcb7873ae9d8c98d9891b92d4d6d6dd06e108 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
+
+       * ext/mad/gstid3tag.c:
+       * gst/realmedia/rmdemux.c:
+       Just make it compile with --disable-gst-debug.
+
 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * ext/mad/gstmad.c: (gst_mad_convert_src), (scale),
diff --git a/common b/common
index 0b93085188e83fe678ec5ded2823cd7c24dfa843..79d67fe009b6120b82d51df860c78e8361f02aea 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 0b93085188e83fe678ec5ded2823cd7c24dfa843
+Subproject commit 79d67fe009b6120b82d51df860c78e8361f02aea
index a5cbe579cd281014d6b961f5c770c408b3a773ae..2607ce1fd9235eeec91bd183e866512fc927ec9f 100644 (file)
@@ -55,6 +55,7 @@ typedef enum
 }
 GstID3TagState;
 
+#ifndef GST_DISABLE_GST_DEBUG
 static const char *state_names[] = {
   "READING_V2_TAG",
   "SEEKING_TO_V1_TAG",
@@ -63,6 +64,7 @@ static const char *state_names[] = {
   "NORMAL_START2",
   "NORMAL"
 };
+#endif
 
 #define GST_ID3_TAG_GET_STATE_NAME(state) state_names[state]
 
@@ -75,12 +77,14 @@ typedef enum
 }
 GstID3ParseMode;
 
+#ifndef GST_DISABLE_GST_DEBUG
 static const char *mode_names[] = {
   "BASE",
   "DEMUX",
   "MUX",
   "ANY"
 };
+#endif
 
 #define GST_ID3_TAG_GET_MODE_NAME(mode) mode_names[mode]
 
index 0dec3eaf5b8a9baccb094fb0b3a77c12f83d87cc..7b9880fc772968059ba9d95c8321780f69798074 100644 (file)
@@ -263,7 +263,9 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
 {
   gboolean ret = TRUE;
 
+#ifndef GST_DISABLE_GST_DEBUG
   GstRMDemux *rmdemux = GST_RMDEMUX (GST_PAD_PARENT (pad));
+#endif
 
   switch (GST_EVENT_TYPE (event)) {
     case GST_EVENT_NEWSEGMENT: