transcodebin: Actually free the TranscodingStream structure

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3390>
This commit is contained in:
Edward Hervey 2022-11-12 10:03:48 +01:00 committed by Edward Hervey
parent 90a1d9f873
commit 9b67028759

View file

@ -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