fix a error I caused by not seeing the nested comments
authorChristian Schaller <uraeus@gnome.org>
Mon, 4 Feb 2002 10:27:33 +0000 (10:27 +0000)
committerChristian Schaller <uraeus@gnome.org>
Mon, 4 Feb 2002 10:27:33 +0000 (10:27 +0000)
Original commit message from CVS:
fix a error I caused by not seeing the nested comments

common
ext/audiofile/gstafsink.c

diff --git a/common b/common
index d81417a103945ab1c393e74557983b1163e9e353..47d51c3f04e416caa4c43c72a5458df99cf09c3a 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit d81417a103945ab1c393e74557983b1163e9e353
+Subproject commit 47d51c3f04e416caa4c43c72a5458df99cf09c3a
index 8237a7b623694a9e62db7f35e58f7661b72066ac..d81c74988ed5eee0eaf0622d37d69e8069bf0411 100644 (file)
@@ -456,16 +456,16 @@ gst_afsink_change_state (GstElement *element)
 /*
 
   else
-/* this has been moved to the chain function, since it's only then that */
-/* the caps are set and can be known */
+  this has been moved to the chain function, since it's only then that 
+ the caps are set and can be known 
  {
-/*    g_print ("DEBUG: it's not going to null\n"); */
+    g_print ("DEBUG: it's not going to null\n"); 
     if (!GST_FLAG_IS_SET (element, GST_AFSINK_OPEN)) 
     {
-/*      g_print ("DEBUG: GST_AFSINK_OPEN not set\n"); */
+      g_print ("DEBUG: GST_AFSINK_OPEN not set\n"); 
       if (!gst_afsink_open_file (GST_AFSINK (element)))
       {
-/*        g_print ("DEBUG: element tries to open file\n"); */
+        g_print ("DEBUG: element tries to open file\n"); 
         return GST_STATE_FAILURE;
       }
     }