~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-05 22:32:37 UTC
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20120305223237-iomimlei8d1813n4
Tags: upstream-3.3.91
ImportĀ upstreamĀ versionĀ 3.3.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
1346
1346
        if (duration == -1 || duration == 0)    
1347
1347
            brasero_job_error (BRASERO_JOB (transcode),
1348
1348
                               g_error_new (BRASERO_BURN_ERROR,
1349
 
                                            BRASERO_BURN_ERROR_GENERAL,
 
1349
                                            BRASERO_BURN_ERROR_GENERAL, "%s",
1350
1350
                                            _("Error while getting duration")));
1351
1351
        return duration;
1352
1352
}