GNOME Bugzilla – Bug 750108
splitmuxsink: post messages when fragments are being opened and closed
Last modified: 2015-10-02 14:55:33 UTC
Created attachment 304267 [details] [review] patch When splitting a recording into multiple files, it is sometimes useful to know when a recording file is created and when it is closed. This can be used, for example, to log the filenames in a database. This patch adds lets splitmuxsink post messages on the bus when these events happen. The messages also contain the pipeline's running_time associated with the first and last buffer that is written in a file, so that it is possible to log the time span that each file contains.
Review of attachment 304267 [details] [review]: Only just saw this months-old bug. This patch looks fine....
Comment on attachment 304267 [details] [review] patch commit 5e4caca709c0f971dc942429a8578eb77133145a Author: George Kiagiadakis <george.kiagiadakis@collabora.com> Date: Fri Apr 17 14:25:43 2015 +0200 splitmuxsink: post messages when fragments are being opened and closed This can be useful for applications that need to track the created fragments (to log them in a recording database, for example) https://bugzilla.gnome.org/show_bug.cgi?id=750108