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 351899 - Empty GnlComposition in paused will not take into account new object
Empty GnlComposition in paused will not take into account new object
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gnonlin
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
Edward Hervey
Depends on:
Blocks: 335699
 
 
Reported: 2006-08-18 10:43 UTC by Edward Hervey
Modified: 2006-08-18 10:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2006-08-18 10:43:25 UTC
If you have an empty composition in PAUSED (already initialized), newly added objects will not be taken into account (i.e. setting to PLAYING will show nothing).
Comment 1 Edward Hervey 2006-08-18 10:53:47 UTC
Fixed in CVS

2006-08-18  Edward Hervey  <edward@fluendo.com>

	* gnl/gnlcomposition.c:
	(gnl_composition_ghost_pad_set_target):
	Properly handle ghostpads without targets.
	(convert_list_to_tree), (compare_relink_single_node),
	(compare_deactivate_single_node), (update_pipeline):
	First integration of support for GnlOperations.
	(gnl_composition_add_object):
	If composition was empty and initialized, update pipeline.