GNOME Bugzilla – Bug 774208
videoencoder: Timecode-based force-key-unit events
Last modified: 2017-01-09 16:21:08 UTC
video-event: Add option to attach a timecode to an event videoencoder: Timecode-based force-key-unit events If a timecode is attached to both the force-key-unit event and the video frame, the force_key_unit event will be based on the timecode. Otherwise, it will be based on the running time as before.
Created attachment 339486 [details] [review] 0001-video-event-Add-option-to-attach-a-timecode-to-an-ev.patch
Created attachment 339487 [details] [review] 0002-videoencoder-Timecode-based-force-key-unit-events.patch
Please add some gtk-doc chunks with since: 1.12 markers for the new API, and add it to the .def file (make check-exports) and the libgstvideo docs :)
Created attachment 339623 [details] [review] 0001-video-event-Add-option-to-attach-a-timecode-to-an-ev.patch Thanks, patch updated.
As Vivia said, this is not needed anymore and solved differently now. It was for splitmuxsink but that works different now. If someone ever needs this feature again later, we can revisit that.