hosain-fouad / dotify

Automatically exported from code.google.com/p/dotify
0 stars 3 forks source link

Use MetaDataItem for identifier and date in PEFMediaWriter #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In PEFMediaWriter, identifier and date can be set by passing a set of 
properties to the constructor. However, there is also a MetaDataItem on the 
open method where it appears to be possible to set these. The current 
implementation will however ignore them if present in the MetaDataItem set. 
This is counter-intuitive and confusing.

Original issue reported on code.google.com by joel.hak...@mtm.se on 12 Nov 2013 at 8:22