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()
This commit is contained in:
Ronald S. Bultje 2002-02-13 18:40:15 +00:00
parent 7385989620
commit 376c95df2a

View file

@ -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,