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 673040 - [pitivi] xptv formatter does not load project settings and metadata
[pitivi] xptv formatter does not load project settings and metadata
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-29 03:44 UTC by Jean-François Fortin Tam
Modified: 2015-09-23 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2012-03-29 03:44:05 UTC
Pitivi GES is unable to load the following from an existing .xptv file created by pitivi 0.15:
- multimedia settings: resolution, framerate, etc.
- project metadata: title, author, date, etc.

It looks like it's not just a question of handling that in the pitivi code, ges-pitivi-formatter.c does not seem to take those into account.
Comment 1 Richard Henwood 2012-09-18 19:48:51 UTC
I may have an opportunity to look at this. Can you outline the solution you think is most appropriate?

For example, I can imagine one possible solution would be:

 Make the latest Master read and write .xptv in the format defined in 0.15.
Comment 2 Mathieu Duponchelle 2012-09-19 17:54:17 UTC
This is already the case actually. multimedia settings and metadata are not implemented in the GESPitiviFormatter though, so that will need to be done to get full back-compatibility.
Comment 3 Thibault Saunier 2013-11-16 22:54:07 UTC
commit 7f81f16674aebdff63a309bafad9a7dc6d47df5d
Author: Thibault Saunier <thibault.saunier@collabora.com>
Date:   Sat Jan 12 20:49:31 2013 -0300

    pitiviformatter: Handle project metadatas
Comment 4 Jean-François Fortin Tam 2013-11-23 15:40:33 UTC
Nope, still not seeing this working. Take a xptv created by 0.15 for example, you may have the following settings near the top of the file so that the resolution is 1280x720:


  <export-settings aencoder="vorbisenc" audiochannels="2" audiodepth="16" audiorate="44100" muxer="oggmux" vencoder="theoraenc" videoheight="720" videopar-denom="1" videopar-num="1" videorate-denom="1001" videorate-num="24000" videowidth="1280" />



But loading that project loads it as 720x576. Haven't seen anything change on that front.
Comment 5 Thibault Saunier 2015-09-23 17:07:31 UTC
Pitivi formatter is not supported, really sorry about that.