7
7
***************************************************************************/
10
* This program is free software; you can redistribute it and/or modify
10
* Brasero is free software; you can redistribute it and/or modify
11
11
* it under the terms of the GNU General Public License as published by
12
12
* the Free Software Foundation; either version 2 of the License, or
13
13
* (at your option) any later version.
15
* This program is distributed in the hope that it will be useful,
15
* Brasero is distributed in the hope that it will be useful,
16
16
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17
17
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
18
* GNU Library General Public License for more details.
20
20
* You should have received a copy of the GNU General Public License
21
* along with this program; if not, write to the Free Software
22
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21
* along with this program; if not, write to:
22
* The Free Software Foundation, Inc.,
23
* 51 Franklin Street, Fifth Floor
24
* Boston, MA 02110-1301, USA.
25
27
#ifdef HAVE_CONFIG_H
288
brasero_job_add_track (BRASERO_JOB (self), track);
291
brasero_job_add_track (BRASERO_JOB (self), track);
290
/* It's good practice to unref the track afterwards as we don't need it
291
* anymore. BraseroTaskCtx refs it. */
292
brasero_track_unref (track);
293
/* It's good practice to unref the track afterwards as we don't
294
* need it anymore. BraseroTaskCtx refs it. */
295
brasero_track_unref (track);
294
298
klass->post (BRASERO_JOB (self));
295
299
return BRASERO_BURN_OK;