DEBUG->LOG

Original commit message from CVS:
DEBUG->LOG
This commit is contained in:
Thomas Vander Stichele 2004-07-18 18:32:54 +00:00
parent 41eaccd23f
commit e39a39aef5
2 changed files with 7 additions and 7 deletions

View file

@ -394,7 +394,7 @@ gst_videoscale_chain (GstPad * pad, GstData * _data)
videoscale->format->scale (videoscale, GST_BUFFER_DATA (outbuf), data);
GST_DEBUG_OBJECT (videoscale, "pushing buffer of %d bytes in '%s'",
GST_LOG_OBJECT (videoscale, "pushing buffer of %d bytes in '%s'",
GST_BUFFER_SIZE (outbuf), GST_OBJECT_NAME (videoscale));
gst_pad_push (videoscale->srcpad, GST_DATA (outbuf));

View file

@ -564,7 +564,7 @@ gst_videoscale_scale_nearest (GstVideoscale * scale,
guchar *destp;
guchar *srcp;
GST_DEBUG_OBJECT (scale, "scaling nearest %p %p %d", src, dest, dw);
GST_LOG_OBJECT (scale, "scaling nearest %p %p %d", src, dest, dw);
ypos = 0;
@ -605,7 +605,7 @@ gst_videoscale_scale_nearest_str2 (GstVideoscale * scale,
guchar *destp;
guchar *srcp;
GST_DEBUG_OBJECT (scale, "scaling nearest %p %p %d", src, dest, dw);
GST_LOG_OBJECT (scale, "scaling nearest %p %p %d", src, dest, dw);
ypos = 0;
@ -648,7 +648,7 @@ gst_videoscale_scale_nearest_str4 (GstVideoscale * scale,
guchar *destp;
guchar *srcp;
GST_DEBUG_OBJECT (scale, "scaling nearest %p %p %d", src, dest, dw);
GST_LOG_OBJECT (scale, "scaling nearest %p %p %d", src, dest, dw);
ypos = 0;
@ -691,7 +691,7 @@ gst_videoscale_scale_nearest_32bit (GstVideoscale * scale,
guchar *destp;
guchar *srcp;
GST_DEBUG_OBJECT (scale, "scaling nearest %p %p %d", src, dest, dw);
GST_LOG_OBJECT (scale, "scaling nearest %p %p %d", src, dest, dw);
ypos = 0;
@ -734,7 +734,7 @@ gst_videoscale_scale_nearest_24bit (GstVideoscale * scale,
guchar *destp;
guchar *srcp;
GST_DEBUG_OBJECT (scale, "scaling nearest %p %p %d", src, dest, dw);
GST_LOG_OBJECT (scale, "scaling nearest %p %p %d", src, dest, dw);
ypos = 0;
@ -779,7 +779,7 @@ gst_videoscale_scale_nearest_16bit (GstVideoscale * scale,
guchar *destp;
guchar *srcp;
GST_DEBUG_OBJECT (scale, "scaling nearest %p %p %d", src, dest, dw);
GST_LOG_OBJECT (scale, "scaling nearest %p %p %d", src, dest, dw);
ypos = 0;