~ubuntu-branches/ubuntu/lucid/brasero/lucid-updates

« back to all changes in this revision

Viewing changes to plugins/transcode/burn-transcode.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-06-24 11:22:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100624112246-s5ubbf8tafqkir0m
Tags: 2.30.2-0ubuntu1
* New upstream release
  - Lot's of memleak fixes
  - Fixed a runtime warning related to cancelling tracker searches
  - Crash in brasero_data_project_node_removed at
    brasero-data-project.c:1163
  - brasero crashed with SIGSEGV in brasero_data_project_remove_node()
    (LP: #561319)
  - Fix a few runtime warnings with the Cover Editor
  - Text in cover editor does not show up automatically (LP: #469459)
  - Removed use of deprecated flags
  - Use accessor functions instead direct access (use GSEAL GnomeGoal)
  - Fix a bug in the layout on first start (side pane was hidden and
    remained so until the user moved it)
  - Save printer settings for cover printing
  - Write the contents of the GtkTextBuffer displayed line by displayed
    line which should improve the layout
  - "Write to Disc" button sensitivity regression
  - Fix flaw in mask that led libburn plugin not to work (not to be picked
    up actually) in some circumstances
  - Fails to burn ANY audio project
  - Move columns doesn't work (LP: #581759)
  - Brasero does not correctly handle double clicking on column separators
    (LP: #581885)
  - Bad info when burning, high CPU usage and slow burn
  - Change the priority for cdrdao and raised the one of cdda2wav plugin
  - brasero crashed with SIGSEGV in
    brasero_mmc3_get_performa nce_wrt_spd_desc() (LP: #564766)
  - brasero crashed with SIGSEGV in brasero_scsi_command_issue_sync()
    (LP: #444832)
  - Do not check for symlinks on cdda2wav so the plugin can use icedax.
  - Brasero's failure with some file names (LP: #380643)
  - Pressing create audio cd does nothing
  - Empty project not available
  - can't actually save error logs
  - doesn't handle incorrect temp dirs properly
  - Fix multi DND in GtkFileChooser
  - Displays "starting to record" during whole burn process
  - Fix wrong report of speed with both cdrecord and wodim
  - Disk project doesn't save the disk title (LP: #587924)
  - Brasero reports outdated cdrtools on cdrtools-3.00 (LP: #592075)
  - misc bug fixes
  - Updated Translations
* Removed upstream patches:
  - debian/patches/90_git_audio_project_creation.patch,
    debian/patches/91_git_audio_project_creation.patch,
    debian/patches/92_git_audio_cd_recording.patch,
    debian/patches/93_git_new_caps_function_definition.patch
* debian/patches/99_autoconf.patch:
  - refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
484
484
                        g_object_set (sink,
485
485
                                      "location", output,
486
486
                                      NULL);
 
487
                        g_free (output);
487
488
                }
488
489
                else {
489
490
                        int fd;
1105
1106
 
1106
1107
        track = brasero_track_stream_new ();
1107
1108
        brasero_track_stream_set_source (track, output);
 
1109
        g_free (output);
1108
1110
 
1109
1111
        /* FIXME: what if input had metadata ?*/
1110
1112
        brasero_track_stream_set_format (track, BRASERO_AUDIO_FORMAT_RAW);
1548
1550
                                         "start decoding %s to %s",
1549
1551
                                         uri,
1550
1552
                                         dest);
 
1553
                        g_free (dest);
1551
1554
                }
1552
1555
                else
1553
1556
                        BRASERO_JOB_LOG (transcode,
1767
1770
                               "transcode",
1768
1771
                               _("Converts any song file into a format suitable for audio CDs"),
1769
1772
                               "Philippe Rouquier",
1770
 
                               0);
 
1773
                               1);
1771
1774
 
1772
1775
        output = brasero_caps_audio_new (BRASERO_PLUGIN_IO_ACCEPT_FILE|
1773
1776
                                         BRASERO_PLUGIN_IO_ACCEPT_PIPE,