diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-02-13 18:40:15 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-02-13 18:40:15 +0000 |
commit | 376c95df2a0562754747f7c8e220fbef34c50d00 (patch) | |
tree | f5078977d7f62a5a8b5e34e4f18ea90a97bcda6e /ext | |
parent | 73859896201864cdf0a9d43b5314b842fc3ec087 (diff) | |
download | gst-plugins-bad-376c95df2a0562754747f7c8e220fbef34c50d00.tar.gz gst-plugins-bad-376c95df2a0562754747f7c8e220fbef34c50d00.tar.bz2 gst-plugins-bad-376c95df2a0562754747f7c8e220fbef34c50d00.zip |
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()
Diffstat (limited to 'ext')
-rw-r--r-- | ext/sdl/sdlvideosink.c | 3 |
1 files changed, 1 insertions, 2 deletions
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, |