summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2005-10-26 14:23:45 +0000
committerJulien Moutte <julien@moutte.net>2005-10-26 14:23:45 +0000
commitfbc72574b2aece796abc01520e8f35e12a650840 (patch)
treec412312df6ac555e02559eebf2ad4a47db2356e8
parenteb21c9bf1c94894bcee736a5c49a5b003565f61a (diff)
gst/videobox/gstvideobox.c: Removing this forgotten debug.
Original commit message from CVS: 2005-10-26 Julien MOUTTE <julien@moutte.net> * gst/videobox/gstvideobox.c: (gst_video_box_class_init), (gst_video_box_transform_caps), (gst_video_box_get_unit_size), (gst_video_box_ayuv): Removing this forgotten debug.
-rw-r--r--ChangeLog6
-rw-r--r--gst/videobox/gstvideobox.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4189ee1a..fd520f88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* gst/videobox/gstvideobox.c: (gst_video_box_class_init),
(gst_video_box_transform_caps), (gst_video_box_get_unit_size),
+ (gst_video_box_ayuv): Removing this forgotten debug.
+
+2005-10-26 Julien MOUTTE <julien@moutte.net>
+
+ * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
+ (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
(gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
diff --git a/gst/videobox/gstvideobox.c b/gst/videobox/gstvideobox.c
index 28fb13a6..a1c2acc0 100644
--- a/gst/videobox/gstvideobox.c
+++ b/gst/videobox/gstvideobox.c
@@ -571,8 +571,6 @@ gst_video_box_ayuv (GstVideoBox * video_box, guint8 * src, guint8 * dest)
guint32 *destp = (guint32 *) dest;
guint32 ayuv;
- GST_LOG ("blending AYUV");
-
br = video_box->border_right;
bl = video_box->border_left;
bt = video_box->border_top;