~ubuntu-branches/ubuntu/wily/brasero/wily

« back to all changes in this revision

Viewing changes to src/scsi-read-disc-info.h

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-11-18 11:30:50 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118113050-hoy0pi04uv7ww9d8
Tags: 0.8.3-0ubuntu1
* New upstream release (LP: #299411)
  - allow use of remote files
  - drives are now probed asynchronously and may not popup immediatly
    but brasero starts faster
  - some parts of GUI were revisited (in particular the burn
    option dialogs)
  - command line option for video projects (LP: #273140)
  - brasero crashed with SIGSEGV in g_main_context_dispatch()
    (LP: #281599)
  - Brasero main GUI appears after closing the dialog
    when opening an ISO file using Nautilus (LP: #242022)
  - brasero delete original files in VIDEO_TS folder (LP: #280835)
  - brasero crashed with SIGSEGV in 
    brasero_mkisofs_base_write_to_files() (LP: #275312)
  - brasero crashed with SIGSEGV in 
    brasero_project_save_project_as() (LP: #275086)
  - brasero crashed with SIGSEGV in 
    IA__g_sequence_iter_get_sequence() (LP: #282622)
  - brasero crashed with SIGSEGV in brasero_medium_get_drive()
    (LP: #283197)
  - Dialog contains a lot of empty space (LP: #190192)
 * debian/patches/008-add-gettext-domain-to-desktop-file.patch:
   - Dropped, we don't need this anymore
 * debian/control:
  - Add Build-deps on libeel2-dev and libnautilus-extension-dev
 * debian/brasero.install:
  - Install nautilus extension

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
struct _BraseroScsiDiscInfoStd {
145
145
        uchar len                       [2];
146
146
 
147
 
        uchar status                    :2;
148
147
        uchar info_type                 :3;
149
148
        uchar erasable                  :1;
150
149
        uchar last_session_state        :2;
151
 
        uchar disc_status               :2;
 
150
        uchar status                    :2;
152
151
 
153
152
        uchar first_track_num;
154
153
        uchar sessions_num_low;
171
170
 
172
171
        uchar disc_id                   [4];
173
172
        uchar last_session_leadin       [4];
174
 
        uchar last_possible_leadout     [4];
 
173
 
 
174
        uchar last_possible_leadout_res;
 
175
        uchar last_possible_leadout_mn;
 
176
        uchar last_possible_leadout_sec;
 
177
        uchar last_possible_leadout_frame;
 
178
 
175
179
        uchar disc_barcode              [8];
176
180
 
177
181
        uchar reserved1;
183
187
struct _BraseroScsiTrackResInfo {
184
188
        uchar len                       [2];
185
189
 
 
190
        uchar disc_info                 :3;
186
191
        uchar reserved0                 :5;
187
 
        uchar disc_info                 :3;
188
192
 
189
193
        uchar reserved1;
190
194
 
197
201
struct _BraseroScsiPOWResInfo {
198
202
        uchar len                       [2];
199
203
 
 
204
        uchar disc_info                 :3;
200
205
        uchar reserved0                 :5;
201
 
        uchar disc_info                 :3;
202
206
 
203
207
        uchar reserved1;
204
208