From 376c95df2a0562754747f7c8e220fbef34c50d00 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 13 Feb 2002 18:40:15 +0000 Subject: Get rid of the gst_element_info() and replace it with g_message() Original commit message from CVS: Get rid of the gst_element_info() and replace it with g_message() --- ext/sdl/sdlvideosink.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c index d401f849..066574f6 100644 --- a/ext/sdl/sdlvideosink.c +++ b/ext/sdl/sdlvideosink.c @@ -299,8 +299,7 @@ gst_sdlvideosink_create (GstSDLVideoSink *sdlvideosink, gboolean showlogo) } else { - gst_element_info(GST_ELEMENT(sdlvideosink), - "Using a %dx%d %dbpp SDL screen with a %dx%d \'%4.4s\' YUV overlay", + g_message("Using a %dx%d %dbpp SDL screen with a %dx%d \'%4.4s\' YUV overlay\n", sdlvideosink->window_width, sdlvideosink->window_height, sdlvideosink->screen->format->BitsPerPixel, sdlvideosink->image_width, sdlvideosink->image_height, -- cgit v1.2.1