|
Size: 669
Comment:
|
← Revision 3 as of 2009-01-13 11:33:33 ⇥
Size: 669
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| Back to ["TaskList"] | Back to [[TaskList]] |
| Line 18: | Line 18: |
| ["CategoryGSOC2008"] | [[CategoryGSOC2008]] |
Better tag reading / writing
Background
Currently tag reading and writing in GStreamer is slow and not optimal.
For writing tags you have to demux and mux files again, for reading tags you have to build a complete pipeline that could as well decode the file and actually decode until the first buffer is received. This definitely can be improved somehow, maybe by specialized elements (including autoplugging), new interfaces that could be implemented by the current elements (to prevent code duplication), ...
Resources
Mentor: Need Mentor - Add yourself
Back to TaskList

