From 422bf0ad9bb5c27df02c0b2943f8c927f904fad3 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 24 Jan 2011 23:40:23 +0200 Subject: comments: planning and code comments --- README | 4 +++- src/mi-info.vala | 2 +- 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/ -- cgit v1.2.3