This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 720f95fec430bf8e960f04be44c5c5a198ffd9e9
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Mon Feb 3 19:59:41 2025 +0000
emotion - remove errant pritnf i added
---
src/modules/emotion/gstreamer1/emotion_sink.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/modules/emotion/gstreamer1/emotion_sink.c b/src/modules/emotion/gstreamer1/emotion_sink.c
index 435f4efe28..691d32cd4a 100644
--- a/src/modules/emotion/gstreamer1/emotion_sink.c
+++ b/src/modules/emotion/gstreamer1/emotion_sink.c
@@ -496,7 +496,6 @@ emotion_video_sink_main_render(void *data)
info.plane_ptr[1] = GST_VIDEO_FRAME_PLANE_DATA(vframe, 1);
info.plane_ptr[2] = GST_VIDEO_FRAME_PLANE_DATA(vframe, 2);
info.plane_ptr[3] = GST_VIDEO_FRAME_PLANE_DATA(vframe, 3);
- printf("send->vfmapped\n");
}
else
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.