GNOME Bugzilla – Bug 351899
Empty GnlComposition in paused will not take into account new object
Last modified: 2006-08-18 10:53:47 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).
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.