~ubuntu-branches/debian/experimental/brasero/experimental

« back to all changes in this revision

Viewing changes to libbrasero-media/scsi-read-track-information.c

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2011-03-29 16:33:51 UTC
  • mfrom: (1.3.18 upstream) (5.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110329163351-ac3wgbh4mplmhnht
Tags: 2.91.93-1
* Only depend on growisofs instead of dvd+rw-tools.
* New upstream pre-release.
* Update build-dependencies, package names, and paths.
* Require totem-plparser 2.32 since its soname changed.
* Do not include GIR package for now, since the versioning is broken 
  (see Bugzilla #646069).
* 01_pkglibdir.patch: dropped, upstream now has a variable we can use 
  for that effect.
* 11_nautilus_menu_no_display.patch, 31_link_libice.patch, 
  50_checksum.patch: dropped, merged upstream.
* 90_relibtoolize.patch: dropped, unnecessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
#include "brasero-media-private.h"
38
38
 
 
39
#include "scsi-mmc1.h"
 
40
 
39
41
#include "scsi-error.h"
40
42
#include "scsi-utils.h"
41
43
#include "scsi-base.h"
173
175
        BraseroRdTrackInfoCDB *cdb;
174
176
        BraseroScsiResult res;
175
177
 
 
178
        g_return_val_if_fail (handle != NULL, BRASERO_SCSI_FAILURE);
 
179
 
176
180
        cdb = brasero_scsi_command_new (&info, handle);
177
181
        cdb->addr_num_type = BRASERO_FIELD_TRACK_NUM;
178
182
        BRASERO_SET_32 (cdb->blk_addr_trk_ses_num, track_num);