GNOME Bugzilla – Bug 774131
flvmux: Add metadatacreator property
Last modified: 2016-11-10 11:13:20 UTC
Allow users to set the value of metadatacreator. Currently I use this to identity what process created a file. If this patch is not acceptable would I be able to expand the tags accepted, right now only artist/title seem to be supported.
Created attachment 339365 [details] [review] Patch against git master
Comment on attachment 339365 [details] [review] Patch against git master Seems fine to me, it's basically like the "writing-app" property in matroskamux. You probably want to include the version in the default string though. Also in the NULL case in set_property(), it should be better to reset it to the default again
Hi Slomo! Thank you so much for the quick review, probably the fastest turnaround I have ever seen in Free Software. The attached patch resets to the default case in the NULL case, and includes the PACKAGE_VERSION in the default.
Created attachment 339421 [details] [review] Patch against git master from slomo review
commit 2f707370d48b3f5034dd1ab85202cbf533b3f4b4 Author: Sean DuBois <sean@siobud.com> Date: Wed Nov 9 06:25:27 2016 +0000 flvmux: Add metadatacreator property Allow users to set metadatacreator value in the meta packet https://bugzilla.gnome.org/show_bug.cgi?id=774131