GNOME Bugzilla – Bug 353859
[discoverer] Use 'no-more-pads' information
Last modified: 2006-12-20 15:10:41 UTC
Currently we're not connected to 'no-more-pads' when discovering files and we stop discovering as soon as we have pre-rolled, which is not completely valid (for example the fluendo asf demuxer will create pads as it discovers the muxed buffers, and WILL emit 'no-more-pads' once it has create the pads for all the active streams).
*** Bug 335698 has been marked as a duplicate of this bug. ***
Fixed. 2006-12-20 Edward Hervey <edward@fluendo.com> * pitivi/bin.py: Don't call link/unlink functions if atee/vtee do not exist. This removes some warnings. * pitivi/discoverer.py: Change behaviour of discoverer to handle cases where demuxers do not create all pads at once, but rely on emitting 'no-more-pads' to say there are no more coming. Fixes #353859