mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
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:
parent
7385989620
commit
376c95df2a
1 changed files with 1 additions and 2 deletions
|
@ -299,8 +299,7 @@ gst_sdlvideosink_create (GstSDLVideoSink *sdlvideosink, gboolean showlogo)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
gst_element_info(GST_ELEMENT(sdlvideosink),
|
g_message("Using a %dx%d %dbpp SDL screen with a %dx%d \'%4.4s\' YUV overlay\n",
|
||||||
"Using a %dx%d %dbpp SDL screen with a %dx%d \'%4.4s\' YUV overlay",
|
|
||||||
sdlvideosink->window_width, sdlvideosink->window_height,
|
sdlvideosink->window_width, sdlvideosink->window_height,
|
||||||
sdlvideosink->screen->format->BitsPerPixel,
|
sdlvideosink->screen->format->BitsPerPixel,
|
||||||
sdlvideosink->image_width, sdlvideosink->image_height,
|
sdlvideosink->image_width, sdlvideosink->image_height,
|
||||||
|
|
Loading…
Reference in a new issue