GNOME Bugzilla – Bug 591441
append mode for filesink
Last modified: 2009-08-18 06:45:42 UTC
Append mode for filesink see attached patch
Created attachment 140431 [details] [review] append mode for filesink
Created attachment 140540 [details] [review] append mode for filesink
What exactly is the use case for this?
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.
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.