mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +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
|
||||
{
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue