gst/playback/gststreaminfo.c: Fix build.
authorTim-Philipp Müller <tim@centricular.net>
Wed, 5 Sep 2007 14:01:25 +0000 (14:01 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 5 Sep 2007 14:01:25 +0000 (14:01 +0000)
Original commit message from CVS:
* gst/playback/gststreaminfo.c:
Fix build.

ChangeLog
gst/playback/gststreaminfo.c

index 5b68604..e68677b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/playback/gststreaminfo.c:
+         Fix build.
+
 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
 
        * gst/playback/gststreaminfo.c:
index 91d9d1d..afef50a 100644 (file)
@@ -327,8 +327,8 @@ gst_stream_info_set_mute (GstStreamInfo * stream_info, gboolean mute)
         }
         gst_object_unref (element);
       }
-#endif
     }
+#endif
   }
   return TRUE;
 }