Plugin Dispose & Finalize
Sebastian Dröge
sebastian at centricular.com
Fri Nov 4 15:55:14 UTC 2016
On Thu, 2016-11-03 at 12:18 -0700, ht techdev wrote:
> Hi
> Just wondering if these methods need to implemented if I am using
> GstVideoEncoder base class?
Check the GObject documentation about what they mean, but basically you
will need them in this specific context if you allocate any resources
in the instance initialization or cache anything that needs to be
freed. However most things in GStreamer elements are to be freed during
state changes, symmetric to where they were allocated.
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 931 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161104/6f4349d8/attachment-0001.sig>
More information about the gstreamer-devel
mailing list