summaryrefslogtreecommitdiffstats
path: root/gst/multipart
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-08-02 09:13:56 +0000
committerJohan Dahlin <johan@gnome.org>2004-08-02 09:13:56 +0000
commit57843f137b350800b02ade2dc292929990938da8 (patch)
tree8ff8a4075f98a480461e55698b4a8859acac2d7b /gst/multipart
parent863c255c60dab3dc0c2d1fea1ab38ce2599ffe6e (diff)
gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer): fix debugging log
Original commit message from CVS: * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer): fix debugging log
Diffstat (limited to 'gst/multipart')
-rw-r--r--gst/multipart/multipartmux.c2
1 files changed, 1 insertions, 1 deletions
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)) {