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 591441 - append mode for filesink
append mode for filesink
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.25
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-11 12:33 UTC by Laurent Glayal
Modified: 2009-08-18 06:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
append mode for filesink (2.34 KB, patch)
2009-08-11 12:34 UTC, Laurent Glayal
none Details | Review
append mode for filesink (2.88 KB, patch)
2009-08-12 10:30 UTC, Laurent Glayal
committed Details | Review

Description Laurent Glayal 2009-08-11 12:33:12 UTC
Append mode for filesink see attached patch
Comment 1 Laurent Glayal 2009-08-11 12:34:34 UTC
Created attachment 140431 [details] [review]
append mode for filesink
Comment 2 Laurent Glayal 2009-08-12 10:30:33 UTC
Created attachment 140540 [details] [review]
append mode for filesink
Comment 3 Sebastian Dröge (slomo) 2009-08-17 15:15:48 UTC
What exactly is the use case for this?
Comment 4 Aurelien Grimaud 2009-08-17 17:18:59 UTC
We developped an application which records PMCA received by RTP in a file. Using PCMA allows to record at the end of the file, by just appending the received alaw endoded datas.
Comment 5 Sebastian Dröge (slomo) 2009-08-18 06:45:42 UTC
commit abafed991ed1aa33796a451ae26e64751c098c1e
Author: Laurent Glayal <spglegle@yahoo.fr>
Date:   Tue Aug 18 08:45:08 2009 +0200

    filesink: Add property to allow to append to an already existing file
    
    Fixes bug #591441.