mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 21:06:17 +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);
|
g_return_val_if_reached (NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
gst_message_unref (msg);
|
||||||
} else {
|
} else {
|
||||||
g_warning ("Could not take screenshot: %s", "timeout during conversion");
|
g_warning ("Could not take screenshot: %s", "timeout during conversion");
|
||||||
result = NULL;
|
result = NULL;
|
||||||
|
|
Loading…
Reference in a new issue