summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst/multipart/multipartmux.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b52db496..04d8a7a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-02 Johan Dahlin <johan@gnome.org>
+
+ * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
+ fix debugging log
+
2004-07-30 David Schleef <ds@schleef.org>
* gst/videomixer/Makefile.am: Fix things that should have been
diff --git a/gst/multipart/multipartmux.c b/gst/multipart/multipartmux.c
index ea202b4a..fa5e7d46 100644
--- a/gst/multipart/multipartmux.c
+++ b/gst/multipart/multipartmux.c
@@ -351,7 +351,7 @@ gst_multipart_mux_next_buffer (GstMultipartPad * pad)
GstData *data = NULL;
while (data == NULL) {
- GST_LOG ("muxer: pulling %s:%s\n", GST_DEBUG_PAD_NAME (pad->pad));
+ GST_LOG ("muxer: pulling %s:%s", GST_DEBUG_PAD_NAME (pad->pad));
data = gst_pad_pull (pad->pad);
/* if it's an event, handle it */
if (GST_IS_EVENT (data)) {