BetterTagReadingWriting

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
What is the first name of GStreamer hacker Müller?

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


CategoryGSOC2008 CategoryTasks