transcodebin: Actually free the TranscodingStream structure
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3390>
This commit is contained in:
parent
90a1d9f873
commit
9b67028759
@ -90,6 +90,8 @@ transcoding_stream_free (TranscodingStream * tstream)
|
||||
{
|
||||
gst_object_unref (tstream->stream);
|
||||
gst_object_unref (tstream->encodebin_pad);
|
||||
|
||||
g_free (tstream);
|
||||
}
|
||||
|
||||
typedef struct
|
||||
|
Loading…
x
Reference in New Issue
Block a user