decklinkvideosrc: Free timecodes when done with a frame
This commit is contained in:
parent
166c5333ca
commit
2a66653bdc
@ -59,6 +59,8 @@ capture_frame_free (void *data)
|
||||
CaptureFrame *frame = (CaptureFrame *) data;
|
||||
|
||||
frame->frame->Release ();
|
||||
if (frame->tc)
|
||||
gst_video_time_code_free (frame->tc);
|
||||
g_free (frame);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user