mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
This commit is contained in:
parent
863c255c60
commit
57843f137b
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue