mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
formatting cleanups convert more stuff to the generic seeking/convert/query interface
Original commit message from CVS: formatting cleanups convert more stuff to the generic seeking/convert/query interface
This commit is contained in:
parent
f5f94ecf02
commit
5207b79805
2 changed files with 407 additions and 431 deletions
File diff suppressed because it is too large
Load diff
|
@ -74,7 +74,7 @@ struct _CDParanoia {
|
||||||
|
|
||||||
gchar *device;
|
gchar *device;
|
||||||
gchar *generic_device;
|
gchar *generic_device;
|
||||||
gint start_track, end_track, cur_track;
|
gint start_track, end_track;
|
||||||
gint start_sector, end_sector;
|
gint start_sector, end_sector;
|
||||||
gint last_track;
|
gint last_track;
|
||||||
gint default_sectors;
|
gint default_sectors;
|
||||||
|
@ -83,7 +83,7 @@ struct _CDParanoia {
|
||||||
gint read_speed;
|
gint read_speed;
|
||||||
gint toc_offset;
|
gint toc_offset;
|
||||||
gboolean toc_bias;
|
gboolean toc_bias;
|
||||||
gboolean never_skip;
|
gint never_skip;
|
||||||
gboolean abort_on_skip;
|
gboolean abort_on_skip;
|
||||||
gint paranoia_mode;
|
gint paranoia_mode;
|
||||||
|
|
||||||
|
@ -95,9 +95,9 @@ struct _CDParanoia {
|
||||||
|
|
||||||
/* hacks by Gordon Irving */
|
/* hacks by Gordon Irving */
|
||||||
gint no_tracks;
|
gint no_tracks;
|
||||||
gchar *discid;
|
gchar discid[20];
|
||||||
gchar *offsets;
|
gint64 offsets[MAXTRK];
|
||||||
gchar *total_seconds;
|
gint64 total_seconds;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _CDParanoiaClass {
|
struct _CDParanoiaClass {
|
||||||
|
|
Loading…
Reference in a new issue