mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 08:08:22 +00:00
glimagesink: Remove duplicate, useless line of code
This commit is contained in:
parent
c2b49fa732
commit
b973f9473e
1 changed files with 0 additions and 2 deletions
|
@ -968,8 +968,6 @@ gst_glimage_sink_change_state (GstElement * element, GstStateChange transition)
|
|||
gst_buffer_replace (&glimage_sink->next_buffer2, NULL);
|
||||
gst_buffer_replace (&glimage_sink->next_sync, NULL);
|
||||
|
||||
gst_object_replace ((GstObject **) & glimage_sink->convert_views, NULL);
|
||||
|
||||
glimage_sink->window_id = 0;
|
||||
/* but do not reset glimage_sink->new_window_id */
|
||||
|
||||
|
|
Loading…
Reference in a new issue