Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gst-plugin-closedcaption/src/mcc_parse.rs')
-rw-r--r--gst-plugin-closedcaption/src/mcc_parse.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst-plugin-closedcaption/src/mcc_parse.rs b/gst-plugin-closedcaption/src/mcc_parse.rs
index 19e0205cb..cb57ddf58 100644
--- a/gst-plugin-closedcaption/src/mcc_parse.rs
+++ b/gst-plugin-closedcaption/src/mcc_parse.rs
@@ -434,6 +434,9 @@ impl MccParse {
state.add_buffer_metadata(element, &mut buffer, &timecode, &framerate);
+ // Update the last_timecode to the current one
+ state.last_timecode = Some(timecode);
+
// Drop our state mutex while we push out buffers or events
drop(state);