summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-01-24 23:40:23 +0200
committerStefan Kost <ensonic@users.sf.net>2011-01-24 23:54:32 +0200
commit422bf0ad9bb5c27df02c0b2943f8c927f904fad3 (patch)
treec86bd74caabf150b2dfa1c85de5c37703f8d3ec4
parent59cebae44e17217f93aac73b923894dd96d21b1a (diff)
comments: planning and code comments
-rw-r--r--README4
-rw-r--r--src/mi-info.vala2
2 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index b0490cb..8b6a5f1 100644
--- a/README
+++ b/README
@@ -122,12 +122,14 @@ Properties:
- uridecodebin_pad_added_cb() has raw pads :/
- look at uridecodebin_element_added_cb()
- 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
- this would need individual queries on the demuxer src pads
- or duration as part of per stream tags
- errors/warnings about files/stream processing
- 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
if it could gather the messages and offer them
- having them globaly should be enough
diff --git a/src/mi-info.vala b/src/mi-info.vala
index 595b892..fd1036c 100644
--- a/src/mi-info.vala
+++ b/src/mi-info.vala
@@ -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
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/vapi/
# ubuntu
sudo cp gstreamer-pbutils-0.10.vapi /usr/share/vala-0.10/vapi/