mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
screenshot: don't leak message
This commit is contained in:
parent
8b94cd3934
commit
f8506f9e1f
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ gst_play_frame_conv_convert (GstBuffer * buf, GstCaps * to_caps)
|
|||
g_return_val_if_reached (NULL);
|
||||
}
|
||||
}
|
||||
gst_message_unref (msg);
|
||||
} else {
|
||||
g_warning ("Could not take screenshot: %s", "timeout during conversion");
|
||||
result = NULL;
|
||||
|
|
Loading…
Reference in a new issue