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 403904 - Rendering : provide a default filename
Rendering : provide a default filename
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal enhancement
: 0.14
Assigned To: Brandon Lewis
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-03 12:03 UTC by Edward Hervey
Modified: 2010-12-10 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2007-02-03 12:03:09 UTC
Received by mail:


> - there's no default output file. It's interfering to set a name each
> time while playing around with codecs. My idea is to use the same
> handling as vidcap. -> "video%s.$ending_for_codec"  e.g.
> "video0001.mpeg"

This should be rather easy to do. We could use the extensions registered with the GstTypeFindFactory to find the caps<=>extensions mapping.
Comment 1 Brandon Lewis 2009-08-18 18:50:34 UTC
I would add to "remember previous filename" to this.
Comment 2 Jean-François Fortin Tam 2010-12-10 18:27:45 UTC
commit 651f377eabaaeca8436960797dd84e9b603cffc5
Author: Brandon Lewis <brandon_lewis@alum.berkeley.edu>
Date:   Fri Nov 19 19:01:06 2010 +0000

    RenderDialog: update filename when muxer changes