After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 353859 - [discoverer] Use 'no-more-pads' information
[discoverer] Use 'no-more-pads' information
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal normal
: 0.10.2
Assigned To: Edward Hervey
Pitivi maintainers
: 335698 (view as bug list)
Depends on:
Blocks: 335698
 
 
Reported: 2006-09-01 16:15 UTC by Edward Hervey
Modified: 2006-12-20 15:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2006-09-01 16:15:12 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).
Comment 1 Edward Hervey 2006-12-03 10:49:21 UTC
*** Bug 335698 has been marked as a duplicate of this bug. ***
Comment 2 Edward Hervey 2006-12-20 15:10:41 UTC
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