mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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.
This commit is contained in:
parent
eb21c9bf1c
commit
fbc72574b2
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
||||
2005-10-26 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* gst/videobox/gstvideobox.c: (gst_video_box_class_init),
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue