mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
glimagesink: improve state change debug message
This commit is contained in:
parent
57a54e9de4
commit
f34864fb87
1 changed files with 3 additions and 1 deletions
|
@ -507,7 +507,9 @@ gst_glimage_sink_change_state (GstElement * element, GstStateChange transition)
|
|||
GstGLImageSink *glimage_sink;
|
||||
GstStateChangeReturn ret = GST_STATE_CHANGE_SUCCESS;
|
||||
|
||||
GST_DEBUG ("change state");
|
||||
GST_DEBUG ("changing state: %s => %s",
|
||||
gst_element_state_get_name (GST_STATE_TRANSITION_CURRENT (transition)),
|
||||
gst_element_state_get_name (GST_STATE_TRANSITION_NEXT (transition)));
|
||||
|
||||
glimage_sink = GST_GLIMAGE_SINK (element);
|
||||
|
||||
|
|
Loading…
Reference in a new issue