comments: planning and code comments

This commit is contained in:
Stefan Sauer 2011-01-24 23:40:23 +02:00
parent 3aad26cbcb
commit f52cdd922c
2 changed files with 4 additions and 2 deletions

View File

@ -122,12 +122,14 @@ Properties:
- uridecodebin_pad_added_cb() has raw pads :/ - uridecodebin_pad_added_cb() has raw pads :/
- look at uridecodebin_element_added_cb() - look at uridecodebin_element_added_cb()
- the pads on uri-decodebin are sufficient to get keyframes and disconts - the pads on uri-decodebin are sufficient to get keyframes and disconts
- qtdemux could return stsz table to get bitrate profile
http://wiki.multimedia.cx/index.php?title=QuickTime_container#stsz
- get duration per stream - get duration per stream
- this would need individual queries on the demuxer src pads - this would need individual queries on the demuxer src pads
- or duration as part of per stream tags - or duration as part of per stream tags
- errors/warnings about files/stream processing - errors/warnings about files/stream processing
- we'd like to know about fixable, unfixable issues in the file/stream - we'd like to know about fixable, unfixable issues in the file/stream
- many elements do this already - many elements do this already (178 uses in 89 files)
- the pipeline and thus the bus is internal to discoverer, so it would be nice - the pipeline and thus the bus is internal to discoverer, so it would be nice
if it could gather the messages and offer them if it could gather the messages and offer them
- having them globaly should be enough - having them globaly should be enough

View File

@ -31,7 +31,7 @@ vala-gen-introspect gstreamer-pbutils-0.10 packages/gstreamer-pbutils-0.10
vapigen --vapidir . --library gstreamer-pbutils-0.10 packages/gstreamer-pbutils-0.10/gstreamer-pbutils-0.10.gi vapigen --vapidir . --library gstreamer-pbutils-0.10 packages/gstreamer-pbutils-0.10/gstreamer-pbutils-0.10.gi
git diff packages/gstreamer-pbutils-0.10/gstreamer-pbutils-0.10.metadata >vapi.gstreamer-pbutils-0.10.patch git diff packages/gstreamer-pbutils-0.10/gstreamer-pbutils-0.10.metadata >vapi.gstreamer-pbutils-0.10.patch
# suse # suse, meego
sudo cp gstreamer-pbutils-0.10.vapi /usr/share/vala/mediainfo/vapi/ sudo cp gstreamer-pbutils-0.10.vapi /usr/share/vala/mediainfo/vapi/
# ubuntu # ubuntu
sudo cp gstreamer-pbutils-0.10.vapi /usr/share/vala-0.10/vapi/ sudo cp gstreamer-pbutils-0.10.vapi /usr/share/vala-0.10/vapi/