mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
basevideoencoder: fix element leak
and this concludes an hour of yelling at the bloody test failing, only to track down the problem not being in the test. https://bugzilla.gnome.org/show_bug.cgi?id=657368
This commit is contained in:
parent
9eb39ceef2
commit
fa2dff1ad6
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ done:
|
|||
|
||||
GST_LOG_OBJECT (base_video_encoder, "Returning caps %" GST_PTR_FORMAT, fcaps);
|
||||
|
||||
g_object_unref (base_video_encoder);
|
||||
return fcaps;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue