mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
framepositionner: fix caps leak
This commit is contained in:
parent
0f809b481b
commit
0c5dfcf931
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ gst_frame_positionner_update_properties (GstFramePositionner * pos)
|
|||
|
||||
g_object_notify (G_OBJECT (pos), "width");
|
||||
g_object_notify (G_OBJECT (pos), "height");
|
||||
gst_caps_unref (caps);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue