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 709148 - [pitivi] Groups are not saved / serialized into formatters
[pitivi] Groups are not saved / serialized into formatters
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
1.1.90
Other Linux
: Normal minor
: 1.5.2
Assigned To: Thibault Saunier
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-01 00:33 UTC by Jean-François Fortin Tam
Modified: 2015-06-24 14:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
xml-formatter: Serialize groups (28.09 KB, patch)
2014-10-28 10:16 UTC, Thibault Saunier
none Details | Review
Just removes the TODO from the file (28.34 KB, patch)
2014-11-02 13:05 UTC, Thibault Saunier
committed Details | Review

Description Jean-François Fortin Tam 2013-10-01 00:33:08 UTC
As the title says... if you group clips, then save and load the project, those groups will not be preserved.
Comment 1 Thibault Saunier 2014-10-27 16:32:38 UTC
I am working on it.
Comment 2 Thibault Saunier 2014-10-28 10:16:48 UTC
Created attachment 289506 [details] [review]
xml-formatter: Serialize groups

They were not serialized until now.

That implies several changes:

* Override GESTimelineElement [start, inpoint, duration] properties in
  GESGroup to ensure that those properties are not serialized as they
  should not be.

* Rename GESBaseXmlContainer->clips field to
  GESBaseXmlContainer->containers as the hashtable now contains Groups
Comment 3 Thibault Saunier 2014-11-02 13:05:57 UTC
Created attachment 289836 [details] [review]
Just removes the TODO from the file