GNOME Bugzilla – Bug 615941
[tags] Add GST_TAG_DEVICE_MANUFACTURER and GST_TAG_DEVICE_MODEL
Last modified: 2010-05-03 17:00:55 UTC
We don't have tags to add/read to/from medias the manufacturer and model of the device used to create a media file. I propose adding those.
Created attachment 158878 [details] [review] tags: Adds GST_TAG_DEVICE_MAKE and GST_TAG_DEVICE_MODEL Adds those new tags to describe the device manufacturer and model used to create medias. API: GST_TAG_DEVICE_MAKE API: GST_TAG_DEVICE_MODEL Fixes #615941
Why don't you use MANUFACTURER instead of MAKE? Other than this it looks good to me
MANUFACTURER or even BRAND would be better than MAKE.
I picked MAKE because that is how tiff calls it (and consequently how exif/xmp, too). <bikeshed> Between MANUFACTURER and BRAND I prefer BRAND. </bikeshed>
Created attachment 159383 [details] [review] tags: Adds GST_TAG_DEVICE_MANUFACTURER and GST_TAG_DEVICE_MODEL Updated to use _MANUFACTURER instead of _MAKE
Comment on attachment 159383 [details] [review] tags: Adds GST_TAG_DEVICE_MANUFACTURER and GST_TAG_DEVICE_MODEL "MAKE" sounds more correct to me, since that's what it says on the product, while the "manufacturer" is often some other company no one has ever heard of. But if the majority consensus is manufacturer, so be it ;-)
Well, _MAKE is a verb, and we use subjects for tag names. I suppose that's the biggest reason why people don't like it.
> Well, _MAKE is a verb, and we use subjects for tag names. I suppose that's the > biggest reason why people don't like it. It is also a noun.
Fixed. Module: gstreamer Branch: master Commit: 2cc0bcb798442e50856bfb9e51477a88d8a7723b URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=2cc0bcb798442e50856bfb9e51477a88d8a7723b Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk> Date: Fri Apr 16 06:57:05 2010 -0300 tags: Adds GST_TAG_DEVICE_MANUFACTURER and GST_TAG_DEVICE_MODEL Adds those new tags to describe the device manufacturer and model used to create medias. API: GST_TAG_DEVICE_MANUFACTURER API: GST_TAG_DEVICE_MODEL Fixes #615941