mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +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
e380fbb019
commit
f3cb4439cf
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);
|
GST_LOG_OBJECT (base_video_encoder, "Returning caps %" GST_PTR_FORMAT, fcaps);
|
||||||
|
|
||||||
|
g_object_unref (base_video_encoder);
|
||||||
return fcaps;
|
return fcaps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue