summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-03-04 18:14:06 +0200
committerStefan Kost <ensonic@users.sf.net>2011-03-04 18:14:06 +0200
commitd1c2d5db910d4c5da9e9a157c86fa170910d96f9 (patch)
tree05b0f318abd1f02cbc9ec728b7de0ebbf3c8a5d8
parentf02a9f7679dd164b8f4de56e428030730c341a3e (diff)
README: more planning
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 05a87df..00ac11e 100644
--- a/README
+++ b/README
@@ -117,6 +117,8 @@ Properties:
- add deep-scan mode (see above)
- add a mode property: quick-scan, deep-scan
(or just a boolean for deep-scan that is false by default)
+ - gst-discoverer will use "-d" for deep-scan/details
+ (-a for anayze or -s for scan are used otherwise already)
- in deep-scan, don't stop on handle_message::GST_MESSAGE_ASYNC_DONE
- in deep-scan we need pad-probes for encoded data pads (to get bitrates)
- uridecodebin_pad_added_cb() has raw pads :/
@@ -183,6 +185,7 @@ app disco
== async deep-scan ==
- same as "async quick-scan", but each discovered signal is followed by an
"analyzed" signal with detailed information
+ - we could also just emit discovered twice.
app disco
--- -----
@@ -195,12 +198,12 @@ app disco
|--------------------->|
| ::discovered |
|<---------------------|
- | ::analzeded |
+ | ::analyzed |
|<---------------------|
| ... |
| ::discovered |
|<---------------------|
- | ::analzeded |
+ | ::analyzed |
|<---------------------|
| ::finisheded |
|<---------------------|