~ubuntu-branches/ubuntu/vivid/banshee-community-extensions/vivid

« back to all changes in this revision

Viewing changes to src/StreamRecorder/Banshee.Streamrecorder/Recorder.cs

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-06-23 01:14:29 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100623011429-o8j0kr9uvwko9o0b
Tags: 1.6.1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  + Enable appindicator, lirc, and ubuntuonemusicstore extensions
* Also fixes LP: #597283, which just require a rebuild of appindicator

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
        {
148
148
            string pipeline = "";
149
149
            string pipeline_start = "audioresample ! audioconvert ";
150
 
            string pipeline_end = "! gnomevfssink name=file_sink";
 
150
            string pipeline_end = "! filesink name=file_sink";
151
151
            Encoder encoder = GetFirstAvailableEncoder ();
152
152
            
153
153
            if (encoder != null) {