From 143bfc9f801c84428074312d661f8e08803df83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Aug 2016 15:09:31 +0200 Subject: Imported Upstream version 0.23.5 --- src/VideoMetadata.c | 5531 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 5531 insertions(+) create mode 100644 src/VideoMetadata.c (limited to 'src/VideoMetadata.c') diff --git a/src/VideoMetadata.c b/src/VideoMetadata.c new file mode 100644 index 0000000..11c3258 --- /dev/null +++ b/src/VideoMetadata.c @@ -0,0 +1,5531 @@ +/* VideoMetadata.c generated by valac 0.32.1, the Vala compiler + * generated from VideoMetadata.vala, do not modify */ + +/* Copyright 2016 Software Freedom Conservancy Inc. + * + * This software is licensed under the GNU Lesser General Public License + * (version 2.1 or later). See the COPYING file in this distribution. + */ + +#include +#include +#include +#include +#include +#include +#include +#include + + +#define TYPE_MEDIA_METADATA (media_metadata_get_type ()) +#define MEDIA_METADATA(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_MEDIA_METADATA, MediaMetadata)) +#define MEDIA_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_MEDIA_METADATA, MediaMetadataClass)) +#define IS_MEDIA_METADATA(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_MEDIA_METADATA)) +#define IS_MEDIA_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_MEDIA_METADATA)) +#define MEDIA_METADATA_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_MEDIA_METADATA, MediaMetadataClass)) + +typedef struct _MediaMetadata MediaMetadata; +typedef struct _MediaMetadataClass MediaMetadataClass; +typedef struct _MediaMetadataPrivate MediaMetadataPrivate; + +#define TYPE_METADATA_DATE_TIME (metadata_date_time_get_type ()) +#define METADATA_DATE_TIME(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_METADATA_DATE_TIME, MetadataDateTime)) +#define METADATA_DATE_TIME_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_METADATA_DATE_TIME, MetadataDateTimeClass)) +#define IS_METADATA_DATE_TIME(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_METADATA_DATE_TIME)) +#define IS_METADATA_DATE_TIME_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_METADATA_DATE_TIME)) +#define METADATA_DATE_TIME_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_METADATA_DATE_TIME, MetadataDateTimeClass)) + +typedef struct _MetadataDateTime MetadataDateTime; +typedef struct _MetadataDateTimeClass MetadataDateTimeClass; + +#define TYPE_VIDEO_METADATA (video_metadata_get_type ()) +#define VIDEO_METADATA(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_VIDEO_METADATA, VideoMetadata)) +#define VIDEO_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_VIDEO_METADATA, VideoMetadataClass)) +#define IS_VIDEO_METADATA(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_VIDEO_METADATA)) +#define IS_VIDEO_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_VIDEO_METADATA)) +#define VIDEO_METADATA_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_VIDEO_METADATA, VideoMetadataClass)) + +typedef struct _VideoMetadata VideoMetadata; +typedef struct _VideoMetadataClass VideoMetadataClass; +typedef struct _VideoMetadataPrivate VideoMetadataPrivate; +#define _metadata_date_time_unref0(var) ((var == NULL) ? NULL : (var = (metadata_date_time_unref (var), NULL))) +#define _g_free0(var) (var = (g_free (var), NULL)) + +#define TYPE_QUICK_TIME_METADATA_LOADER (quick_time_metadata_loader_get_type ()) +#define QUICK_TIME_METADATA_LOADER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_QUICK_TIME_METADATA_LOADER, QuickTimeMetadataLoader)) +#define QUICK_TIME_METADATA_LOADER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_QUICK_TIME_METADATA_LOADER, QuickTimeMetadataLoaderClass)) +#define IS_QUICK_TIME_METADATA_LOADER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_QUICK_TIME_METADATA_LOADER)) +#define IS_QUICK_TIME_METADATA_LOADER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_QUICK_TIME_METADATA_LOADER)) +#define QUICK_TIME_METADATA_LOADER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_QUICK_TIME_METADATA_LOADER, QuickTimeMetadataLoaderClass)) + +typedef struct _QuickTimeMetadataLoader QuickTimeMetadataLoader; +typedef struct _QuickTimeMetadataLoaderClass QuickTimeMetadataLoaderClass; +#define _quick_time_metadata_loader_unref0(var) ((var == NULL) ? NULL : (var = (quick_time_metadata_loader_unref (var), NULL))) + +#define TYPE_AVI_METADATA_LOADER (avi_metadata_loader_get_type ()) +#define AVI_METADATA_LOADER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_AVI_METADATA_LOADER, AVIMetadataLoader)) +#define AVI_METADATA_LOADER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_AVI_METADATA_LOADER, AVIMetadataLoaderClass)) +#define IS_AVI_METADATA_LOADER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_AVI_METADATA_LOADER)) +#define IS_AVI_METADATA_LOADER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_AVI_METADATA_LOADER)) +#define AVI_METADATA_LOADER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_AVI_METADATA_LOADER, AVIMetadataLoaderClass)) + +typedef struct _AVIMetadataLoader AVIMetadataLoader; +typedef struct _AVIMetadataLoaderClass AVIMetadataLoaderClass; +#define _avi_metadata_loader_unref0(var) ((var == NULL) ? NULL : (var = (avi_metadata_loader_unref (var), NULL))) +typedef struct _QuickTimeMetadataLoaderPrivate QuickTimeMetadataLoaderPrivate; +#define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL))) + +#define TYPE_QUICK_TIME_ATOM (quick_time_atom_get_type ()) +#define QUICK_TIME_ATOM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_QUICK_TIME_ATOM, QuickTimeAtom)) +#define QUICK_TIME_ATOM_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_QUICK_TIME_ATOM, QuickTimeAtomClass)) +#define IS_QUICK_TIME_ATOM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_QUICK_TIME_ATOM)) +#define IS_QUICK_TIME_ATOM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_QUICK_TIME_ATOM)) +#define QUICK_TIME_ATOM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_QUICK_TIME_ATOM, QuickTimeAtomClass)) + +typedef struct _QuickTimeAtom QuickTimeAtom; +typedef struct _QuickTimeAtomClass QuickTimeAtomClass; +#define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL))) +#define _quick_time_atom_unref0(var) ((var == NULL) ? NULL : (var = (quick_time_atom_unref (var), NULL))) +typedef struct _ParamSpecQuickTimeMetadataLoader ParamSpecQuickTimeMetadataLoader; +typedef struct _QuickTimeAtomPrivate QuickTimeAtomPrivate; +#define _g_string_free0(var) ((var == NULL) ? NULL : (var = (g_string_free (var, TRUE), NULL))) +typedef struct _ParamSpecQuickTimeAtom ParamSpecQuickTimeAtom; +typedef struct _AVIMetadataLoaderPrivate AVIMetadataLoaderPrivate; + +#define TYPE_AVI_CHUNK (avi_chunk_get_type ()) +#define AVI_CHUNK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_AVI_CHUNK, AVIChunk)) +#define AVI_CHUNK_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_AVI_CHUNK, AVIChunkClass)) +#define IS_AVI_CHUNK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_AVI_CHUNK)) +#define IS_AVI_CHUNK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_AVI_CHUNK)) +#define AVI_CHUNK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_AVI_CHUNK, AVIChunkClass)) + +typedef struct _AVIChunk AVIChunk; +typedef struct _AVIChunkClass AVIChunkClass; +#define _avi_chunk_unref0(var) ((var == NULL) ? NULL : (var = (avi_chunk_unref (var), NULL))) +typedef struct _ParamSpecAVIMetadataLoader ParamSpecAVIMetadataLoader; +typedef struct _AVIChunkPrivate AVIChunkPrivate; +typedef struct _ParamSpecAVIChunk ParamSpecAVIChunk; +#define _vala_assert(expr, msg) if G_LIKELY (expr) ; else g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, msg); +#define _vala_return_if_fail(expr, msg) if G_LIKELY (expr) ; else { g_return_if_fail_warning (G_LOG_DOMAIN, G_STRFUNC, msg); return; } +#define _vala_return_val_if_fail(expr, msg, val) if G_LIKELY (expr) ; else { g_return_if_fail_warning (G_LOG_DOMAIN, G_STRFUNC, msg); return val; } +#define _vala_warn_if_fail(expr, msg) if G_LIKELY (expr) ; else g_warn_message (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, msg); + +struct _MediaMetadata { + GTypeInstance parent_instance; + volatile int ref_count; + MediaMetadataPrivate * priv; +}; + +struct _MediaMetadataClass { + GTypeClass parent_class; + void (*finalize) (MediaMetadata *self); + void (*read_from_file) (MediaMetadata* self, GFile* file, GError** error); + MetadataDateTime* (*get_creation_date_time) (MediaMetadata* self); + gchar* (*get_title) (MediaMetadata* self); + gchar* (*get_comment) (MediaMetadata* self); +}; + +struct _VideoMetadata { + MediaMetadata parent_instance; + VideoMetadataPrivate * priv; +}; + +struct _VideoMetadataClass { + MediaMetadataClass parent_class; +}; + +struct _VideoMetadataPrivate { + MetadataDateTime* timestamp; + gchar* title; + gchar* comment; +}; + +struct _QuickTimeMetadataLoader { + GTypeInstance parent_instance; + volatile int ref_count; + QuickTimeMetadataLoaderPrivate * priv; +}; + +struct _QuickTimeMetadataLoaderClass { + GTypeClass parent_class; + void (*finalize) (QuickTimeMetadataLoader *self); +}; + +struct _QuickTimeMetadataLoaderPrivate { + GFile* file; +}; + +struct _ParamSpecQuickTimeMetadataLoader { + GParamSpec parent_instance; +}; + +struct _QuickTimeAtom { + GTypeInstance parent_instance; + volatile int ref_count; + QuickTimeAtomPrivate * priv; +}; + +struct _QuickTimeAtomClass { + GTypeClass parent_class; + void (*finalize) (QuickTimeAtom *self); +}; + +struct _QuickTimeAtomPrivate { + GFile* file; + gchar* section_name; + guint64 section_size; + guint64 section_offset; + GDataInputStream* input; + QuickTimeAtom* parent; +}; + +struct _ParamSpecQuickTimeAtom { + GParamSpec parent_instance; +}; + +struct _AVIMetadataLoader { + GTypeInstance parent_instance; + volatile int ref_count; + AVIMetadataLoaderPrivate * priv; +}; + +struct _AVIMetadataLoaderClass { + GTypeClass parent_class; + void (*finalize) (AVIMetadataLoader *self); +}; + +struct _AVIMetadataLoaderPrivate { + GFile* file; +}; + +struct _ParamSpecAVIMetadataLoader { + GParamSpec parent_instance; +}; + +struct _AVIChunk { + GTypeInstance parent_instance; + volatile int ref_count; + AVIChunkPrivate * priv; +}; + +struct _AVIChunkClass { + GTypeClass parent_class; + void (*finalize) (AVIChunk *self); +}; + +struct _AVIChunkPrivate { + GFile* file; + gchar* section_name; + guint64 section_size; + guint64 section_offset; + GDataInputStream* input; + AVIChunk* parent; +}; + +struct _ParamSpecAVIChunk { + GParamSpec parent_instance; +}; + + +static gpointer video_metadata_parent_class = NULL; +static gpointer quick_time_metadata_loader_parent_class = NULL; +static gpointer quick_time_atom_parent_class = NULL; +static gpointer avi_metadata_loader_parent_class = NULL; +static gpointer avi_chunk_parent_class = NULL; + +gpointer media_metadata_ref (gpointer instance); +void media_metadata_unref (gpointer instance); +GParamSpec* param_spec_media_metadata (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags); +void value_set_media_metadata (GValue* value, gpointer v_object); +void value_take_media_metadata (GValue* value, gpointer v_object); +gpointer value_get_media_metadata (const GValue* value); +GType media_metadata_get_type (void) G_GNUC_CONST; +gpointer metadata_date_time_ref (gpointer instance); +void metadata_date_time_unref (gpointer instance); +GParamSpec* param_spec_metadata_date_time (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags); +void value_set_metadata_date_time (GValue* value, gpointer v_object); +void value_take_metadata_date_time (GValue* value, gpointer v_object); +gpointer value_get_metadata_date_time (const GValue* value); +GType metadata_date_time_get_type (void) G_GNUC_CONST; +GType video_metadata_get_type (void) G_GNUC_CONST; +#define VIDEO_METADATA_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_VIDEO_METADATA, VideoMetadataPrivate)) +enum { + VIDEO_METADATA_DUMMY_PROPERTY +}; +VideoMetadata* video_metadata_new (void); +VideoMetadata* video_metadata_construct (GType object_type); +MediaMetadata* media_metadata_construct (GType object_type); +static void video_metadata_real_read_from_file (MediaMetadata* base, GFile* file, GError** error); +gpointer quick_time_metadata_loader_ref (gpointer instance); +void quick_time_metadata_loader_unref (gpointer instance); +GParamSpec* param_spec_quick_time_metadata_loader (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags); +void value_set_quick_time_metadata_loader (GValue* value, gpointer v_object); +void value_take_quick_time_metadata_loader (GValue* value, gpointer v_object); +gpointer value_get_quick_time_metadata_loader (const GValue* value); +GType quick_time_metadata_loader_get_type (void) G_GNUC_CONST; +QuickTimeMetadataLoader* quick_time_metadata_loader_new (GFile* file); +QuickTimeMetadataLoader* quick_time_metadata_loader_construct (GType object_type, GFile* file); +gboolean quick_time_metadata_loader_is_supported (QuickTimeMetadataLoader* self); +MetadataDateTime* quick_time_metadata_loader_get_creation_date_time (QuickTimeMetadataLoader* self); +gchar* quick_time_metadata_loader_get_title (QuickTimeMetadataLoader* self); +gpointer avi_metadata_loader_ref (gpointer instance); +void avi_metadata_loader_unref (gpointer instance); +GParamSpec* param_spec_avi_metadata_loader (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags); +void value_set_avi_metadata_loader (GValue* value, gpointer v_object); +void value_take_avi_metadata_loader (GValue* value, gpointer v_object); +gpointer value_get_avi_metadata_loader (const GValue* value); +GType avi_metadata_loader_get_type (void) G_GNUC_CONST; +AVIMetadataLoader* avi_metadata_loader_new (GFile* file); +AVIMetadataLoader* avi_metadata_loader_construct (GType object_type, GFile* file); +gboolean avi_metadata_loader_is_supported (AVIMetadataLoader* self); +MetadataDateTime* avi_metadata_loader_get_creation_date_time (AVIMetadataLoader* self); +gchar* avi_metadata_loader_get_title (AVIMetadataLoader* self); +static MetadataDateTime* video_metadata_real_get_creation_date_time (MediaMetadata* base); +static gchar* video_metadata_real_get_title (MediaMetadata* base); +static gchar* video_metadata_real_get_comment (MediaMetadata* base); +static void video_metadata_finalize (MediaMetadata* obj); +#define QUICK_TIME_METADATA_LOADER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_QUICK_TIME_METADATA_LOADER, QuickTimeMetadataLoaderPrivate)) +enum { + QUICK_TIME_METADATA_LOADER_DUMMY_PROPERTY +}; +#define QUICK_TIME_METADATA_LOADER_QUICKTIME_EPOCH_ADJUSTMENT ((time_t) 2082844800) +static gulong quick_time_metadata_loader_get_creation_date_time_for_quicktime (QuickTimeMetadataLoader* self); +MetadataDateTime* metadata_date_time_new (time_t timestamp); +MetadataDateTime* metadata_date_time_construct (GType object_type, time_t timestamp); +gpointer quick_time_atom_ref (gpointer instance); +void quick_time_atom_unref (gpointer instance); +GParamSpec* param_spec_quick_time_atom (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags); +void value_set_quick_time_atom (GValue* value, gpointer v_object); +void value_take_quick_time_atom (GValue* value, gpointer v_object); +gpointer value_get_quick_time_atom (const GValue* value); +GType quick_time_atom_get_type (void) G_GNUC_CONST; +QuickTimeAtom* quick_time_atom_new (GFile* file); +QuickTimeAtom* quick_time_atom_construct (GType object_type, GFile* file); +void quick_time_atom_open_file (QuickTimeAtom* self, GError** error); +void quick_time_atom_read_atom (QuickTimeAtom* self, GError** error); +gchar* quick_time_atom_get_current_atom_name (QuickTimeAtom* self); +void quick_time_atom_next_atom (QuickTimeAtom* self, GError** error); +gboolean quick_time_atom_is_last_atom (QuickTimeAtom* self); +void quick_time_atom_close_file (QuickTimeAtom* self, GError** error); +QuickTimeAtom* quick_time_atom_get_first_child_atom (QuickTimeAtom* self); +guint64 quick_time_atom_section_size_remaining (QuickTimeAtom* self); +guint32 quick_time_atom_read_uint32 (QuickTimeAtom* self, GError** error); +static void quick_time_metadata_loader_finalize (QuickTimeMetadataLoader* obj); +#define QUICK_TIME_ATOM_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_QUICK_TIME_ATOM, QuickTimeAtomPrivate)) +enum { + QUICK_TIME_ATOM_DUMMY_PROPERTY +}; +static QuickTimeAtom* quick_time_atom_new_with_input_stream (GDataInputStream* input, QuickTimeAtom* parent); +static QuickTimeAtom* quick_time_atom_construct_with_input_stream (GType object_type, GDataInputStream* input, QuickTimeAtom* parent); +static void quick_time_atom_advance_section_offset (QuickTimeAtom* self, guint64 amount); +guchar quick_time_atom_read_byte (QuickTimeAtom* self, GError** error); +guint64 quick_time_atom_read_uint64 (QuickTimeAtom* self, GError** error); +static void quick_time_atom_skip (QuickTimeAtom* self, guint64 skip_amount, GError** error); +void skip_uint64 (GInputStream* input, guint64 skip_amount, GError** error); +static void quick_time_atom_finalize (QuickTimeAtom* obj); +#define AVI_METADATA_LOADER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_AVI_METADATA_LOADER, AVIMetadataLoaderPrivate)) +enum { + AVI_METADATA_LOADER_DUMMY_PROPERTY +}; +#define AVI_METADATA_LOADER_NUMERICAL_DATE_LENGTH 19 +#define AVI_METADATA_LOADER_NIKON_NCTG_TIMESTAMP_MARKER ((guint16) 0x13) +#define AVI_METADATA_LOADER_MAX_STRD_LENGTH 100 +static gulong avi_metadata_loader_get_creation_date_time_for_avi (AVIMetadataLoader* self); +gpointer avi_chunk_ref (gpointer instance); +void avi_chunk_unref (gpointer instance); +GParamSpec* param_spec_avi_chunk (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags); +void value_set_avi_chunk (GValue* value, gpointer v_object); +void value_take_avi_chunk (GValue* value, gpointer v_object); +gpointer value_get_avi_chunk (const GValue* value); +GType avi_chunk_get_type (void) G_GNUC_CONST; +AVIChunk* avi_chunk_new (GFile* file); +AVIChunk* avi_chunk_construct (GType object_type, GFile* file); +void avi_chunk_open_file (AVIChunk* self, GError** error); +void avi_chunk_read_chunk (AVIChunk* self, GError** error); +gchar* avi_chunk_get_current_chunk_name (AVIChunk* self); +gchar* avi_chunk_read_name (AVIChunk* self, GError** error); +void avi_chunk_close_file (AVIChunk* self, GError** error); +static gchar* avi_metadata_loader_read_nikon_nctg_tag (AVIMetadataLoader* self, AVIChunk* chunk, GError** error); +guint64 avi_chunk_section_size_remaining (AVIChunk* self); +guint16 avi_chunk_read_uint16 (AVIChunk* self, GError** error); +void avi_chunk_skip (AVIChunk* self, guint64 skip_amount, GError** error); +guchar avi_chunk_read_byte (AVIChunk* self, GError** error); +static gchar* avi_metadata_loader_read_fuji_strd_tag (AVIMetadataLoader* self, AVIChunk* chunk, GError** error); +static gchar* avi_metadata_loader_read_section (AVIMetadataLoader* self, AVIChunk* chunk, GError** error); +gchar* avi_chunk_section_to_string (AVIChunk* self, GError** error); +AVIChunk* avi_chunk_get_first_child_chunk (AVIChunk* self); +gboolean avi_chunk_is_last_chunk (AVIChunk* self); +void avi_chunk_next_chunk (AVIChunk* self, GError** error); +static gulong avi_metadata_loader_parse_date (AVIMetadataLoader* self, const gchar* sdate); +static GDateMonth avi_metadata_loader_month_from_string (AVIMetadataLoader* self, const gchar* s); +void avi_chunk_nonsection_skip (AVIChunk* self, guint64 skip_amount, GError** error); +static void avi_metadata_loader_finalize (AVIMetadataLoader* obj); +#define AVI_CHUNK_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TYPE_AVI_CHUNK, AVIChunkPrivate)) +enum { + AVI_CHUNK_DUMMY_PROPERTY +}; +#define AVI_CHUNK_MAX_STRING_TO_SECTION_LENGTH 1024 +static AVIChunk* avi_chunk_new_with_input_stream (GDataInputStream* input, AVIChunk* parent); +static AVIChunk* avi_chunk_construct_with_input_stream (GType object_type, GDataInputStream* input, AVIChunk* parent); +static void avi_chunk_advance_section_offset (AVIChunk* self, guint64 amount); +static void avi_chunk_finalize (AVIChunk* obj); + + +VideoMetadata* video_metadata_construct (GType object_type) { + VideoMetadata* self = NULL; +#line 13 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = (VideoMetadata*) media_metadata_construct (object_type); +#line 13 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return self; +#line 381 "VideoMetadata.c" +} + + +VideoMetadata* video_metadata_new (void) { +#line 13 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return video_metadata_construct (TYPE_VIDEO_METADATA); +#line 388 "VideoMetadata.c" +} + + +static void video_metadata_real_read_from_file (MediaMetadata* base, GFile* file, GError** error) { + VideoMetadata * self; + QuickTimeMetadataLoader* quicktime = NULL; + GFile* _tmp0_ = NULL; + QuickTimeMetadataLoader* _tmp1_ = NULL; + QuickTimeMetadataLoader* _tmp2_ = NULL; + gboolean _tmp3_ = FALSE; + AVIMetadataLoader* avi = NULL; + GFile* _tmp8_ = NULL; + AVIMetadataLoader* _tmp9_ = NULL; + AVIMetadataLoader* _tmp10_ = NULL; + gboolean _tmp11_ = FALSE; + GFile* _tmp16_ = NULL; + gchar* _tmp17_ = NULL; + gchar* _tmp18_ = NULL; + GError* _tmp19_ = NULL; + GError* _tmp20_ = NULL; + GError * _inner_error_ = NULL; +#line 19 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_VIDEO_METADATA, VideoMetadata); +#line 19 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_IS_FILE (file)); +#line 20 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = file; +#line 20 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = quick_time_metadata_loader_new (_tmp0_); +#line 20 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quicktime = _tmp1_; +#line 21 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = quicktime; +#line 21 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = quick_time_metadata_loader_is_supported (_tmp2_); +#line 21 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp3_) { +#line 426 "VideoMetadata.c" + QuickTimeMetadataLoader* _tmp4_ = NULL; + MetadataDateTime* _tmp5_ = NULL; + QuickTimeMetadataLoader* _tmp6_ = NULL; + gchar* _tmp7_ = NULL; +#line 22 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = quicktime; +#line 22 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = quick_time_metadata_loader_get_creation_date_time (_tmp4_); +#line 22 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _metadata_date_time_unref0 (self->priv->timestamp); +#line 22 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->timestamp = _tmp5_; +#line 23 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = quicktime; +#line 23 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = quick_time_metadata_loader_get_title (_tmp6_); +#line 23 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (self->priv->title); +#line 23 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->title = _tmp7_; +#line 25 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (self->priv->comment); +#line 25 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->comment = NULL; +#line 26 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_metadata_loader_unref0 (quicktime); +#line 26 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 455 "VideoMetadata.c" + } +#line 28 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = file; +#line 28 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = avi_metadata_loader_new (_tmp8_); +#line 28 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi = _tmp9_; +#line 29 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp10_ = avi; +#line 29 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = avi_metadata_loader_is_supported (_tmp10_); +#line 29 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp11_) { +#line 469 "VideoMetadata.c" + AVIMetadataLoader* _tmp12_ = NULL; + MetadataDateTime* _tmp13_ = NULL; + AVIMetadataLoader* _tmp14_ = NULL; + gchar* _tmp15_ = NULL; +#line 30 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp12_ = avi; +#line 30 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp13_ = avi_metadata_loader_get_creation_date_time (_tmp12_); +#line 30 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _metadata_date_time_unref0 (self->priv->timestamp); +#line 30 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->timestamp = _tmp13_; +#line 31 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp14_ = avi; +#line 31 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp15_ = avi_metadata_loader_get_title (_tmp14_); +#line 31 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (self->priv->title); +#line 31 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->title = _tmp15_; +#line 32 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (self->priv->comment); +#line 32 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->comment = NULL; +#line 33 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _avi_metadata_loader_unref0 (avi); +#line 33 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_metadata_loader_unref0 (quicktime); +#line 33 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 500 "VideoMetadata.c" + } +#line 36 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp16_ = file; +#line 36 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp17_ = g_file_get_path (_tmp16_); +#line 36 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp18_ = _tmp17_; +#line 36 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp19_ = g_error_new (G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED, "File %s is not a supported video format", _tmp18_); +#line 36 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp20_ = _tmp19_; +#line 36 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp18_); +#line 36 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _inner_error_ = _tmp20_; +#line 36 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 36 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _avi_metadata_loader_unref0 (avi); +#line 36 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_metadata_loader_unref0 (quicktime); +#line 36 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 524 "VideoMetadata.c" +} + + +static gpointer _metadata_date_time_ref0 (gpointer self) { +#line 40 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return self ? metadata_date_time_ref (self) : NULL; +#line 531 "VideoMetadata.c" +} + + +static MetadataDateTime* video_metadata_real_get_creation_date_time (MediaMetadata* base) { + VideoMetadata * self; + MetadataDateTime* result = NULL; + MetadataDateTime* _tmp0_ = NULL; + MetadataDateTime* _tmp1_ = NULL; +#line 39 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_VIDEO_METADATA, VideoMetadata); +#line 40 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->timestamp; +#line 40 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = _metadata_date_time_ref0 (_tmp0_); +#line 40 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp1_; +#line 40 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 550 "VideoMetadata.c" +} + + +static gchar* video_metadata_real_get_title (MediaMetadata* base) { + VideoMetadata * self; + gchar* result = NULL; + const gchar* _tmp0_ = NULL; + gchar* _tmp1_ = NULL; +#line 43 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_VIDEO_METADATA, VideoMetadata); +#line 44 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->title; +#line 44 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = g_strdup (_tmp0_); +#line 44 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp1_; +#line 44 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 569 "VideoMetadata.c" +} + + +static gchar* video_metadata_real_get_comment (MediaMetadata* base) { + VideoMetadata * self; + gchar* result = NULL; + const gchar* _tmp0_ = NULL; + gchar* _tmp1_ = NULL; +#line 47 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (base, TYPE_VIDEO_METADATA, VideoMetadata); +#line 48 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->comment; +#line 48 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = g_strdup (_tmp0_); +#line 48 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp1_; +#line 48 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 588 "VideoMetadata.c" +} + + +static void video_metadata_class_init (VideoMetadataClass * klass) { +#line 7 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + video_metadata_parent_class = g_type_class_peek_parent (klass); +#line 7 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ((MediaMetadataClass *) klass)->finalize = video_metadata_finalize; +#line 7 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_type_class_add_private (klass, sizeof (VideoMetadataPrivate)); +#line 7 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ((MediaMetadataClass *) klass)->read_from_file = video_metadata_real_read_from_file; +#line 7 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ((MediaMetadataClass *) klass)->get_creation_date_time = video_metadata_real_get_creation_date_time; +#line 7 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ((MediaMetadataClass *) klass)->get_title = video_metadata_real_get_title; +#line 7 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ((MediaMetadataClass *) klass)->get_comment = video_metadata_real_get_comment; +#line 607 "VideoMetadata.c" +} + + +static void video_metadata_instance_init (VideoMetadata * self) { +#line 7 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv = VIDEO_METADATA_GET_PRIVATE (self); +#line 9 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->timestamp = NULL; +#line 10 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->title = NULL; +#line 11 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->comment = NULL; +#line 620 "VideoMetadata.c" +} + + +static void video_metadata_finalize (MediaMetadata* obj) { + VideoMetadata * self; +#line 7 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_VIDEO_METADATA, VideoMetadata); +#line 9 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _metadata_date_time_unref0 (self->priv->timestamp); +#line 10 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (self->priv->title); +#line 11 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (self->priv->comment); +#line 7 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + MEDIA_METADATA_CLASS (video_metadata_parent_class)->finalize (obj); +#line 636 "VideoMetadata.c" +} + + +GType video_metadata_get_type (void) { + static volatile gsize video_metadata_type_id__volatile = 0; + if (g_once_init_enter (&video_metadata_type_id__volatile)) { + static const GTypeInfo g_define_type_info = { sizeof (VideoMetadataClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) video_metadata_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (VideoMetadata), 0, (GInstanceInitFunc) video_metadata_instance_init, NULL }; + GType video_metadata_type_id; + video_metadata_type_id = g_type_register_static (TYPE_MEDIA_METADATA, "VideoMetadata", &g_define_type_info, 0); + g_once_init_leave (&video_metadata_type_id__volatile, video_metadata_type_id); + } + return video_metadata_type_id__volatile; +} + + +static gpointer _g_object_ref0 (gpointer self) { +#line 62 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return self ? g_object_ref (self) : NULL; +#line 655 "VideoMetadata.c" +} + + +QuickTimeMetadataLoader* quick_time_metadata_loader_construct (GType object_type, GFile* file) { + QuickTimeMetadataLoader* self = NULL; + GFile* _tmp0_ = NULL; + GFile* _tmp1_ = NULL; +#line 61 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (G_IS_FILE (file), NULL); +#line 61 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = (QuickTimeMetadataLoader*) g_type_create_instance (object_type); +#line 62 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = file; +#line 62 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = _g_object_ref0 (_tmp0_); +#line 62 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->file); +#line 62 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->file = _tmp1_; +#line 61 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return self; +#line 677 "VideoMetadata.c" +} + + +QuickTimeMetadataLoader* quick_time_metadata_loader_new (GFile* file) { +#line 61 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return quick_time_metadata_loader_construct (TYPE_QUICK_TIME_METADATA_LOADER, file); +#line 684 "VideoMetadata.c" +} + + +MetadataDateTime* quick_time_metadata_loader_get_creation_date_time (QuickTimeMetadataLoader* self) { + MetadataDateTime* result = NULL; + gulong _tmp0_ = 0UL; + MetadataDateTime* _tmp1_ = NULL; +#line 65 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_QUICK_TIME_METADATA_LOADER (self), NULL); +#line 66 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = quick_time_metadata_loader_get_creation_date_time_for_quicktime (self); +#line 66 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = metadata_date_time_new ((time_t) _tmp0_); +#line 66 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp1_; +#line 66 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 702 "VideoMetadata.c" +} + + +gchar* quick_time_metadata_loader_get_title (QuickTimeMetadataLoader* self) { + gchar* result = NULL; +#line 69 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_QUICK_TIME_METADATA_LOADER (self), NULL); +#line 71 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = NULL; +#line 71 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 714 "VideoMetadata.c" +} + + +gboolean quick_time_metadata_loader_is_supported (QuickTimeMetadataLoader* self) { + gboolean result = FALSE; + QuickTimeAtom* test = NULL; + GFile* _tmp0_ = NULL; + QuickTimeAtom* _tmp1_ = NULL; + gboolean ret = FALSE; + GError * _inner_error_ = NULL; +#line 75 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_QUICK_TIME_METADATA_LOADER (self), FALSE); +#line 76 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->file; +#line 76 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = quick_time_atom_new (_tmp0_); +#line 76 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + test = _tmp1_; +#line 78 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ret = FALSE; +#line 735 "VideoMetadata.c" + { + QuickTimeAtom* _tmp2_ = NULL; + QuickTimeAtom* _tmp3_ = NULL; + QuickTimeAtom* _tmp4_ = NULL; + gchar* _tmp5_ = NULL; + gchar* _tmp6_ = NULL; + gboolean _tmp7_ = FALSE; +#line 80 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = test; +#line 80 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_open_file (_tmp2_, &_inner_error_); +#line 80 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 749 "VideoMetadata.c" + goto __catch563_g_error; + } +#line 81 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = test; +#line 81 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_read_atom (_tmp3_, &_inner_error_); +#line 81 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 758 "VideoMetadata.c" + goto __catch563_g_error; + } +#line 84 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = test; +#line 84 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = quick_time_atom_get_current_atom_name (_tmp4_); +#line 84 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = _tmp5_; +#line 84 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = g_strcmp0 ("ftyp", _tmp6_) == 0; +#line 84 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp6_); +#line 84 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp7_) { +#line 85 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ret = TRUE; +#line 775 "VideoMetadata.c" + } else { +#line 90 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + while (TRUE) { +#line 779 "VideoMetadata.c" + QuickTimeAtom* _tmp8_ = NULL; + gchar* _tmp9_ = NULL; + gchar* _tmp10_ = NULL; + gboolean _tmp11_ = FALSE; + QuickTimeAtom* _tmp12_ = NULL; + QuickTimeAtom* _tmp13_ = NULL; + QuickTimeAtom* _tmp14_ = NULL; + gboolean _tmp15_ = FALSE; +#line 91 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = test; +#line 91 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = quick_time_atom_get_current_atom_name (_tmp8_); +#line 91 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp10_ = _tmp9_; +#line 91 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = g_strcmp0 ("moov", _tmp10_) == 0; +#line 91 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp10_); +#line 91 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp11_) { +#line 92 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ret = TRUE; +#line 93 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 804 "VideoMetadata.c" + } +#line 95 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp12_ = test; +#line 95 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_next_atom (_tmp12_, &_inner_error_); +#line 95 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 812 "VideoMetadata.c" + goto __catch563_g_error; + } +#line 96 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp13_ = test; +#line 96 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_read_atom (_tmp13_, &_inner_error_); +#line 96 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 821 "VideoMetadata.c" + goto __catch563_g_error; + } +#line 97 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp14_ = test; +#line 97 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp15_ = quick_time_atom_is_last_atom (_tmp14_); +#line 97 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp15_) { +#line 98 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 832 "VideoMetadata.c" + } + } + } + } + goto __finally563; + __catch563_g_error: + { + GError* e = NULL; + GFile* _tmp16_ = NULL; + gchar* _tmp17_ = NULL; + gchar* _tmp18_ = NULL; + GError* _tmp19_ = NULL; + const gchar* _tmp20_ = NULL; +#line 79 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + e = _inner_error_; +#line 79 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _inner_error_ = NULL; +#line 103 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp16_ = self->priv->file; +#line 103 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp17_ = g_file_get_path (_tmp16_); +#line 103 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp18_ = _tmp17_; +#line 103 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp19_ = e; +#line 103 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp20_ = _tmp19_->message; +#line 103 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_debug ("VideoMetadata.vala:103: Error while testing for QuickTime file for %s:" \ +" %s", _tmp18_, _tmp20_); +#line 103 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp18_); +#line 79 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_error_free0 (e); +#line 866 "VideoMetadata.c" + } + __finally563: +#line 79 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 79 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_atom_unref0 (test); +#line 79 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); +#line 79 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_clear_error (&_inner_error_); +#line 79 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return FALSE; +#line 879 "VideoMetadata.c" + } + { + QuickTimeAtom* _tmp21_ = NULL; +#line 107 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp21_ = test; +#line 107 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_close_file (_tmp21_, &_inner_error_); +#line 107 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 889 "VideoMetadata.c" + goto __catch564_g_error; + } + } + goto __finally564; + __catch564_g_error: + { + GError* e = NULL; + GError* _tmp22_ = NULL; + const gchar* _tmp23_ = NULL; +#line 106 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + e = _inner_error_; +#line 106 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _inner_error_ = NULL; +#line 109 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp22_ = e; +#line 109 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp23_ = _tmp22_->message; +#line 109 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_debug ("VideoMetadata.vala:109: Error while closing Quicktime file: %s", _tmp23_); +#line 106 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_error_free0 (e); +#line 911 "VideoMetadata.c" + } + __finally564: +#line 106 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 106 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_atom_unref0 (test); +#line 106 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); +#line 106 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_clear_error (&_inner_error_); +#line 106 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return FALSE; +#line 924 "VideoMetadata.c" + } +#line 111 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = ret; +#line 111 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_atom_unref0 (test); +#line 111 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 932 "VideoMetadata.c" +} + + +static gulong quick_time_metadata_loader_get_creation_date_time_for_quicktime (QuickTimeMetadataLoader* self) { + gulong result = 0UL; + QuickTimeAtom* test = NULL; + GFile* _tmp0_ = NULL; + QuickTimeAtom* _tmp1_ = NULL; + time_t timestamp = 0; + time_t _tmp35_ = 0; + time_t _tmp37_ = 0; + GError * _inner_error_ = NULL; +#line 114 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_QUICK_TIME_METADATA_LOADER (self), 0UL); +#line 115 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->file; +#line 115 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = quick_time_atom_new (_tmp0_); +#line 115 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + test = _tmp1_; +#line 116 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + timestamp = (time_t) 0; +#line 955 "VideoMetadata.c" + { + QuickTimeAtom* _tmp2_ = NULL; + gboolean done = FALSE; +#line 119 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = test; +#line 119 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_open_file (_tmp2_, &_inner_error_); +#line 119 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 965 "VideoMetadata.c" + goto __catch565_g_error; + } +#line 120 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + done = FALSE; +#line 121 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + while (TRUE) { +#line 972 "VideoMetadata.c" + gboolean _tmp3_ = FALSE; + QuickTimeAtom* _tmp4_ = NULL; + QuickTimeAtom* _tmp5_ = NULL; + gboolean _tmp6_ = FALSE; + QuickTimeAtom* _tmp7_ = NULL; + gchar* _tmp8_ = NULL; + gchar* _tmp9_ = NULL; + gboolean _tmp10_ = FALSE; + QuickTimeAtom* _tmp29_ = NULL; +#line 121 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = done; +#line 121 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!(!_tmp3_)) { +#line 121 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 988 "VideoMetadata.c" + } +#line 123 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = test; +#line 123 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_read_atom (_tmp4_, &_inner_error_); +#line 123 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 996 "VideoMetadata.c" + goto __catch565_g_error; + } +#line 124 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = test; +#line 124 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = quick_time_atom_is_last_atom (_tmp5_); +#line 124 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp6_) { +#line 124 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 1007 "VideoMetadata.c" + } +#line 125 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = test; +#line 125 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = quick_time_atom_get_current_atom_name (_tmp7_); +#line 125 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = _tmp8_; +#line 125 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp10_ = g_strcmp0 ("moov", _tmp9_) == 0; +#line 125 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp9_); +#line 125 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp10_) { +#line 1021 "VideoMetadata.c" + QuickTimeAtom* child = NULL; + QuickTimeAtom* _tmp11_ = NULL; + QuickTimeAtom* _tmp12_ = NULL; +#line 126 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = test; +#line 126 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp12_ = quick_time_atom_get_first_child_atom (_tmp11_); +#line 126 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + child = _tmp12_; +#line 127 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + while (TRUE) { +#line 1033 "VideoMetadata.c" + gboolean _tmp13_ = FALSE; + QuickTimeAtom* _tmp14_ = NULL; + gboolean _tmp15_ = FALSE; + QuickTimeAtom* _tmp16_ = NULL; + gboolean _tmp17_ = FALSE; + QuickTimeAtom* _tmp20_ = NULL; + gchar* _tmp21_ = NULL; + gchar* _tmp22_ = NULL; + gboolean _tmp23_ = FALSE; + QuickTimeAtom* _tmp28_ = NULL; +#line 127 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp13_ = done; +#line 127 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!(!_tmp13_)) { +#line 127 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 1050 "VideoMetadata.c" + } +#line 129 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp14_ = child; +#line 129 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_read_atom (_tmp14_, &_inner_error_); +#line 129 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 129 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_atom_unref0 (child); +#line 1060 "VideoMetadata.c" + goto __catch565_g_error; + } +#line 130 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp16_ = child; +#line 130 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp17_ = quick_time_atom_is_last_atom (_tmp16_); +#line 130 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp17_) { +#line 130 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp15_ = TRUE; +#line 1071 "VideoMetadata.c" + } else { + QuickTimeAtom* _tmp18_ = NULL; + guint64 _tmp19_ = 0ULL; +#line 130 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp18_ = child; +#line 130 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp19_ = quick_time_atom_section_size_remaining (_tmp18_); +#line 130 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp15_ = ((guint64) 0) == _tmp19_; +#line 1081 "VideoMetadata.c" + } +#line 130 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp15_) { +#line 131 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + done = TRUE; +#line 132 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 1089 "VideoMetadata.c" + } +#line 135 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp20_ = child; +#line 135 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp21_ = quick_time_atom_get_current_atom_name (_tmp20_); +#line 135 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp22_ = _tmp21_; +#line 135 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp23_ = g_strcmp0 ("mvhd", _tmp22_) == 0; +#line 135 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp22_); +#line 135 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp23_) { +#line 1103 "VideoMetadata.c" + QuickTimeAtom* _tmp24_ = NULL; + guint32 _tmp25_ = 0U; + QuickTimeAtom* _tmp26_ = NULL; + guint32 _tmp27_ = 0U; +#line 137 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp24_ = child; +#line 137 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_read_uint32 (_tmp24_, &_inner_error_); +#line 137 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 137 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_atom_unref0 (child); +#line 1116 "VideoMetadata.c" + goto __catch565_g_error; + } +#line 139 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp26_ = child; +#line 139 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp27_ = quick_time_atom_read_uint32 (_tmp26_, &_inner_error_); +#line 139 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp25_ = _tmp27_; +#line 139 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 139 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_atom_unref0 (child); +#line 1129 "VideoMetadata.c" + goto __catch565_g_error; + } +#line 139 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + timestamp = _tmp25_ - QUICK_TIME_METADATA_LOADER_QUICKTIME_EPOCH_ADJUSTMENT; +#line 140 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + done = TRUE; +#line 141 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 1138 "VideoMetadata.c" + } +#line 143 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp28_ = child; +#line 143 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_next_atom (_tmp28_, &_inner_error_); +#line 143 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 143 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_atom_unref0 (child); +#line 1148 "VideoMetadata.c" + goto __catch565_g_error; + } + } +#line 125 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_atom_unref0 (child); +#line 1154 "VideoMetadata.c" + } +#line 146 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp29_ = test; +#line 146 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_next_atom (_tmp29_, &_inner_error_); +#line 146 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 1162 "VideoMetadata.c" + goto __catch565_g_error; + } + } + } + goto __finally565; + __catch565_g_error: + { + GError* e = NULL; + GError* _tmp30_ = NULL; + const gchar* _tmp31_ = NULL; +#line 118 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + e = _inner_error_; +#line 118 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _inner_error_ = NULL; +#line 149 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp30_ = e; +#line 149 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp31_ = _tmp30_->message; +#line 149 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_debug ("VideoMetadata.vala:149: Error while testing for QuickTime file: %s", _tmp31_); +#line 118 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_error_free0 (e); +#line 1185 "VideoMetadata.c" + } + __finally565: +#line 118 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 118 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_atom_unref0 (test); +#line 118 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); +#line 118 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_clear_error (&_inner_error_); +#line 118 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return 0UL; +#line 1198 "VideoMetadata.c" + } + { + QuickTimeAtom* _tmp32_ = NULL; +#line 153 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp32_ = test; +#line 153 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_close_file (_tmp32_, &_inner_error_); +#line 153 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 1208 "VideoMetadata.c" + goto __catch566_g_error; + } + } + goto __finally566; + __catch566_g_error: + { + GError* e = NULL; + GError* _tmp33_ = NULL; + const gchar* _tmp34_ = NULL; +#line 152 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + e = _inner_error_; +#line 152 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _inner_error_ = NULL; +#line 155 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp33_ = e; +#line 155 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp34_ = _tmp33_->message; +#line 155 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_debug ("VideoMetadata.vala:155: Error while closing Quicktime file: %s", _tmp34_); +#line 152 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_error_free0 (e); +#line 1230 "VideoMetadata.c" + } + __finally566: +#line 152 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 152 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_atom_unref0 (test); +#line 152 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); +#line 152 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_clear_error (&_inner_error_); +#line 152 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return 0UL; +#line 1243 "VideoMetadata.c" + } +#line 166 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp35_ = timestamp; +#line 166 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp35_ < ((time_t) 0)) { +#line 1249 "VideoMetadata.c" + time_t _tmp36_ = 0; +#line 167 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp36_ = timestamp; +#line 167 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + timestamp = _tmp36_ + QUICK_TIME_METADATA_LOADER_QUICKTIME_EPOCH_ADJUSTMENT; +#line 1255 "VideoMetadata.c" + } +#line 169 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp37_ = timestamp; +#line 169 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = (gulong) _tmp37_; +#line 169 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_atom_unref0 (test); +#line 169 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 1265 "VideoMetadata.c" +} + + +static void value_quick_time_metadata_loader_init (GValue* value) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 1272 "VideoMetadata.c" +} + + +static void value_quick_time_metadata_loader_free_value (GValue* value) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (value->data[0].v_pointer) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_metadata_loader_unref (value->data[0].v_pointer); +#line 1281 "VideoMetadata.c" + } +} + + +static void value_quick_time_metadata_loader_copy_value (const GValue* src_value, GValue* dest_value) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (src_value->data[0].v_pointer) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + dest_value->data[0].v_pointer = quick_time_metadata_loader_ref (src_value->data[0].v_pointer); +#line 1291 "VideoMetadata.c" + } else { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + dest_value->data[0].v_pointer = NULL; +#line 1295 "VideoMetadata.c" + } +} + + +static gpointer value_quick_time_metadata_loader_peek_pointer (const GValue* value) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return value->data[0].v_pointer; +#line 1303 "VideoMetadata.c" +} + + +static gchar* value_quick_time_metadata_loader_collect_value (GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (collect_values[0].v_pointer) { +#line 1310 "VideoMetadata.c" + QuickTimeMetadataLoader* object; + object = collect_values[0].v_pointer; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (object->parent_instance.g_class == NULL) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return g_strconcat ("invalid unclassed object pointer for value type `", G_VALUE_TYPE_NAME (value), "'", NULL); +#line 1317 "VideoMetadata.c" + } else if (!g_value_type_compatible (G_TYPE_FROM_INSTANCE (object), G_VALUE_TYPE (value))) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return g_strconcat ("invalid object type `", g_type_name (G_TYPE_FROM_INSTANCE (object)), "' for value type `", G_VALUE_TYPE_NAME (value), "'", NULL); +#line 1321 "VideoMetadata.c" + } +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = quick_time_metadata_loader_ref (object); +#line 1325 "VideoMetadata.c" + } else { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 1329 "VideoMetadata.c" + } +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 1333 "VideoMetadata.c" +} + + +static gchar* value_quick_time_metadata_loader_lcopy_value (const GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) { + QuickTimeMetadataLoader** object_p; + object_p = collect_values[0].v_pointer; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!object_p) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return g_strdup_printf ("value location for `%s' passed as NULL", G_VALUE_TYPE_NAME (value)); +#line 1344 "VideoMetadata.c" + } +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!value->data[0].v_pointer) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + *object_p = NULL; +#line 1350 "VideoMetadata.c" + } else if (collect_flags & G_VALUE_NOCOPY_CONTENTS) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + *object_p = value->data[0].v_pointer; +#line 1354 "VideoMetadata.c" + } else { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + *object_p = quick_time_metadata_loader_ref (value->data[0].v_pointer); +#line 1358 "VideoMetadata.c" + } +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 1362 "VideoMetadata.c" +} + + +GParamSpec* param_spec_quick_time_metadata_loader (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags) { + ParamSpecQuickTimeMetadataLoader* spec; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (g_type_is_a (object_type, TYPE_QUICK_TIME_METADATA_LOADER), NULL); +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + spec = g_param_spec_internal (G_TYPE_PARAM_OBJECT, name, nick, blurb, flags); +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + G_PARAM_SPEC (spec)->value_type = object_type; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return G_PARAM_SPEC (spec); +#line 1376 "VideoMetadata.c" +} + + +gpointer value_get_quick_time_metadata_loader (const GValue* value) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_QUICK_TIME_METADATA_LOADER), NULL); +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return value->data[0].v_pointer; +#line 1385 "VideoMetadata.c" +} + + +void value_set_quick_time_metadata_loader (GValue* value, gpointer v_object) { + QuickTimeMetadataLoader* old; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_QUICK_TIME_METADATA_LOADER)); +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + old = value->data[0].v_pointer; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (v_object) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (v_object, TYPE_QUICK_TIME_METADATA_LOADER)); +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = v_object; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_metadata_loader_ref (value->data[0].v_pointer); +#line 1405 "VideoMetadata.c" + } else { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 1409 "VideoMetadata.c" + } +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (old) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_metadata_loader_unref (old); +#line 1415 "VideoMetadata.c" + } +} + + +void value_take_quick_time_metadata_loader (GValue* value, gpointer v_object) { + QuickTimeMetadataLoader* old; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_QUICK_TIME_METADATA_LOADER)); +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + old = value->data[0].v_pointer; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (v_object) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (v_object, TYPE_QUICK_TIME_METADATA_LOADER)); +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = v_object; +#line 1434 "VideoMetadata.c" + } else { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 1438 "VideoMetadata.c" + } +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (old) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_metadata_loader_unref (old); +#line 1444 "VideoMetadata.c" + } +} + + +static void quick_time_metadata_loader_class_init (QuickTimeMetadataLoaderClass * klass) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_metadata_loader_parent_class = g_type_class_peek_parent (klass); +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ((QuickTimeMetadataLoaderClass *) klass)->finalize = quick_time_metadata_loader_finalize; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_type_class_add_private (klass, sizeof (QuickTimeMetadataLoaderPrivate)); +#line 1456 "VideoMetadata.c" +} + + +static void quick_time_metadata_loader_instance_init (QuickTimeMetadataLoader * self) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv = QUICK_TIME_METADATA_LOADER_GET_PRIVATE (self); +#line 59 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->file = NULL; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->ref_count = 1; +#line 1467 "VideoMetadata.c" +} + + +static void quick_time_metadata_loader_finalize (QuickTimeMetadataLoader* obj) { + QuickTimeMetadataLoader * self; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_QUICK_TIME_METADATA_LOADER, QuickTimeMetadataLoader); +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_signal_handlers_destroy (self); +#line 59 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->file); +#line 1479 "VideoMetadata.c" +} + + +GType quick_time_metadata_loader_get_type (void) { + static volatile gsize quick_time_metadata_loader_type_id__volatile = 0; + if (g_once_init_enter (&quick_time_metadata_loader_type_id__volatile)) { + static const GTypeValueTable g_define_type_value_table = { value_quick_time_metadata_loader_init, value_quick_time_metadata_loader_free_value, value_quick_time_metadata_loader_copy_value, value_quick_time_metadata_loader_peek_pointer, "p", value_quick_time_metadata_loader_collect_value, "p", value_quick_time_metadata_loader_lcopy_value }; + static const GTypeInfo g_define_type_info = { sizeof (QuickTimeMetadataLoaderClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) quick_time_metadata_loader_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (QuickTimeMetadataLoader), 0, (GInstanceInitFunc) quick_time_metadata_loader_instance_init, &g_define_type_value_table }; + static const GTypeFundamentalInfo g_define_type_fundamental_info = { (G_TYPE_FLAG_CLASSED | G_TYPE_FLAG_INSTANTIATABLE | G_TYPE_FLAG_DERIVABLE | G_TYPE_FLAG_DEEP_DERIVABLE) }; + GType quick_time_metadata_loader_type_id; + quick_time_metadata_loader_type_id = g_type_register_fundamental (g_type_fundamental_next (), "QuickTimeMetadataLoader", &g_define_type_info, &g_define_type_fundamental_info, 0); + g_once_init_leave (&quick_time_metadata_loader_type_id__volatile, quick_time_metadata_loader_type_id); + } + return quick_time_metadata_loader_type_id__volatile; +} + + +gpointer quick_time_metadata_loader_ref (gpointer instance) { + QuickTimeMetadataLoader* self; + self = instance; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_atomic_int_inc (&self->ref_count); +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return instance; +#line 1504 "VideoMetadata.c" +} + + +void quick_time_metadata_loader_unref (gpointer instance) { + QuickTimeMetadataLoader* self; + self = instance; +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (g_atomic_int_dec_and_test (&self->ref_count)) { +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + QUICK_TIME_METADATA_LOADER_GET_CLASS (self)->finalize (self); +#line 53 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_type_free_instance ((GTypeInstance *) self); +#line 1517 "VideoMetadata.c" + } +} + + +QuickTimeAtom* quick_time_atom_construct (GType object_type, GFile* file) { + QuickTimeAtom* self = NULL; + GFile* _tmp0_ = NULL; + GFile* _tmp1_ = NULL; +#line 181 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (G_IS_FILE (file), NULL); +#line 181 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = (QuickTimeAtom*) g_type_create_instance (object_type); +#line 182 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = file; +#line 182 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = _g_object_ref0 (_tmp0_); +#line 182 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->file); +#line 182 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->file = _tmp1_; +#line 181 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return self; +#line 1540 "VideoMetadata.c" +} + + +QuickTimeAtom* quick_time_atom_new (GFile* file) { +#line 181 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return quick_time_atom_construct (TYPE_QUICK_TIME_ATOM, file); +#line 1547 "VideoMetadata.c" +} + + +static gpointer _quick_time_atom_ref0 (gpointer self) { +#line 187 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return self ? quick_time_atom_ref (self) : NULL; +#line 1554 "VideoMetadata.c" +} + + +static QuickTimeAtom* quick_time_atom_construct_with_input_stream (GType object_type, GDataInputStream* input, QuickTimeAtom* parent) { + QuickTimeAtom* self = NULL; + GDataInputStream* _tmp0_ = NULL; + GDataInputStream* _tmp1_ = NULL; + QuickTimeAtom* _tmp2_ = NULL; + QuickTimeAtom* _tmp3_ = NULL; +#line 185 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (G_IS_DATA_INPUT_STREAM (input), NULL); +#line 185 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_QUICK_TIME_ATOM (parent), NULL); +#line 185 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = (QuickTimeAtom*) g_type_create_instance (object_type); +#line 186 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = input; +#line 186 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = _g_object_ref0 (_tmp0_); +#line 186 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->input); +#line 186 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->input = _tmp1_; +#line 187 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = parent; +#line 187 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = _quick_time_atom_ref0 (_tmp2_); +#line 187 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_atom_unref0 (self->priv->parent); +#line 187 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->parent = _tmp3_; +#line 185 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return self; +#line 1588 "VideoMetadata.c" +} + + +static QuickTimeAtom* quick_time_atom_new_with_input_stream (GDataInputStream* input, QuickTimeAtom* parent) { +#line 185 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return quick_time_atom_construct_with_input_stream (TYPE_QUICK_TIME_ATOM, input, parent); +#line 1595 "VideoMetadata.c" +} + + +void quick_time_atom_open_file (QuickTimeAtom* self, GError** error) { + GFileInputStream* _tmp0_ = NULL; + GFile* _tmp1_ = NULL; + GFileInputStream* _tmp2_ = NULL; + GDataInputStream* _tmp3_ = NULL; + GDataInputStream* _tmp4_ = NULL; + gchar* _tmp5_ = NULL; + GError * _inner_error_ = NULL; +#line 190 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (IS_QUICK_TIME_ATOM (self)); +#line 191 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_close_file (self, &_inner_error_); +#line 191 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 191 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 191 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 1617 "VideoMetadata.c" + } +#line 192 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = self->priv->file; +#line 192 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = g_file_read (_tmp1_, NULL, &_inner_error_); +#line 192 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = _tmp2_; +#line 192 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 192 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 192 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 1631 "VideoMetadata.c" + } +#line 192 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = g_data_input_stream_new (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, G_TYPE_INPUT_STREAM, GInputStream)); +#line 192 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->input); +#line 192 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->input = _tmp3_; +#line 193 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = self->priv->input; +#line 193 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_data_input_stream_set_byte_order (_tmp4_, G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN); +#line 194 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_size = (guint64) 0; +#line 195 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_offset = (guint64) 0; +#line 196 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = g_strdup (""); +#line 196 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (self->priv->section_name); +#line 196 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_name = _tmp5_; +#line 190 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (_tmp0_); +#line 1655 "VideoMetadata.c" +} + + +void quick_time_atom_close_file (QuickTimeAtom* self, GError** error) { + GDataInputStream* _tmp0_ = NULL; + GError * _inner_error_ = NULL; +#line 199 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (IS_QUICK_TIME_ATOM (self)); +#line 200 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->input; +#line 200 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (NULL != _tmp0_) { +#line 1668 "VideoMetadata.c" + GDataInputStream* _tmp1_ = NULL; +#line 201 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = self->priv->input; +#line 201 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_input_stream_close (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, G_TYPE_INPUT_STREAM, GInputStream), NULL, &_inner_error_); +#line 201 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 201 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 201 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 1680 "VideoMetadata.c" + } +#line 202 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->input); +#line 202 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->input = NULL; +#line 1686 "VideoMetadata.c" + } +} + + +static void quick_time_atom_advance_section_offset (QuickTimeAtom* self, guint64 amount) { + guint64 _tmp0_ = 0ULL; + guint64 _tmp1_ = 0ULL; + QuickTimeAtom* _tmp2_ = NULL; +#line 206 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (IS_QUICK_TIME_ATOM (self)); +#line 207 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->section_offset; +#line 207 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = amount; +#line 207 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_offset = _tmp0_ + _tmp1_; +#line 208 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = self->priv->parent; +#line 208 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (NULL != _tmp2_) { +#line 1707 "VideoMetadata.c" + QuickTimeAtom* _tmp3_ = NULL; + guint64 _tmp4_ = 0ULL; +#line 209 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = self->priv->parent; +#line 209 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = amount; +#line 209 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_advance_section_offset (_tmp3_, _tmp4_); +#line 1716 "VideoMetadata.c" + } +} + + +QuickTimeAtom* quick_time_atom_get_first_child_atom (QuickTimeAtom* self) { + QuickTimeAtom* result = NULL; + GDataInputStream* _tmp0_ = NULL; + QuickTimeAtom* _tmp1_ = NULL; +#line 213 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_QUICK_TIME_ATOM (self), NULL); +#line 219 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->input; +#line 219 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = quick_time_atom_new_with_input_stream (_tmp0_, self); +#line 219 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp1_; +#line 219 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 1735 "VideoMetadata.c" +} + + +guchar quick_time_atom_read_byte (QuickTimeAtom* self, GError** error) { + guchar result = '\0'; + guint8 _tmp0_ = 0U; + GDataInputStream* _tmp1_ = NULL; + guint8 _tmp2_ = 0U; + GError * _inner_error_ = NULL; +#line 222 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_QUICK_TIME_ATOM (self), '\0'); +#line 223 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_advance_section_offset (self, (guint64) 1); +#line 224 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = self->priv->input; +#line 224 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = g_data_input_stream_read_byte (_tmp1_, NULL, &_inner_error_); +#line 224 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = _tmp2_; +#line 224 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 224 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 224 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return '\0'; +#line 1761 "VideoMetadata.c" + } +#line 224 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = (guchar) _tmp0_; +#line 224 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 1767 "VideoMetadata.c" +} + + +guint32 quick_time_atom_read_uint32 (QuickTimeAtom* self, GError** error) { + guint32 result = 0U; + guint32 _tmp0_ = 0U; + GDataInputStream* _tmp1_ = NULL; + guint32 _tmp2_ = 0U; + GError * _inner_error_ = NULL; +#line 227 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_QUICK_TIME_ATOM (self), 0U); +#line 228 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_advance_section_offset (self, (guint64) 4); +#line 229 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = self->priv->input; +#line 229 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = g_data_input_stream_read_uint32 (_tmp1_, NULL, &_inner_error_); +#line 229 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = _tmp2_; +#line 229 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 229 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 229 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return 0U; +#line 1793 "VideoMetadata.c" + } +#line 229 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp0_; +#line 229 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 1799 "VideoMetadata.c" +} + + +guint64 quick_time_atom_read_uint64 (QuickTimeAtom* self, GError** error) { + guint64 result = 0ULL; + guint64 _tmp0_ = 0ULL; + GDataInputStream* _tmp1_ = NULL; + guint64 _tmp2_ = 0ULL; + GError * _inner_error_ = NULL; +#line 232 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_QUICK_TIME_ATOM (self), 0ULL); +#line 233 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_advance_section_offset (self, (guint64) 8); +#line 234 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = self->priv->input; +#line 234 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = g_data_input_stream_read_uint64 (_tmp1_, NULL, &_inner_error_); +#line 234 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = _tmp2_; +#line 234 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 234 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 234 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return 0ULL; +#line 1825 "VideoMetadata.c" + } +#line 234 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp0_; +#line 234 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 1831 "VideoMetadata.c" +} + + +static gchar string_get (const gchar* self, glong index) { + gchar result = '\0'; + glong _tmp0_ = 0L; + gchar _tmp1_ = '\0'; +#line 1086 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + g_return_val_if_fail (self != NULL, '\0'); +#line 1087 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp0_ = index; +#line 1087 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp1_ = ((gchar*) self)[_tmp0_]; +#line 1087 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + result = _tmp1_; +#line 1087 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + return result; +#line 1849 "VideoMetadata.c" +} + + +void quick_time_atom_read_atom (QuickTimeAtom* self, GError** error) { + guint32 _tmp0_ = 0U; + guint32 _tmp1_ = 0U; + GString* sb = NULL; + GString* _tmp2_ = NULL; + guchar _tmp3_ = '\0'; + guchar _tmp4_ = '\0'; + GString* _tmp5_ = NULL; + guchar _tmp6_ = '\0'; + guchar _tmp7_ = '\0'; + GString* _tmp8_ = NULL; + guchar _tmp9_ = '\0'; + guchar _tmp10_ = '\0'; + GString* _tmp11_ = NULL; + guchar _tmp12_ = '\0'; + guchar _tmp13_ = '\0'; + GString* _tmp14_ = NULL; + GString* _tmp15_ = NULL; + const gchar* _tmp16_ = NULL; + gchar* _tmp17_ = NULL; + const gchar* _tmp18_ = NULL; + gint _tmp19_ = 0; + gint _tmp20_ = 0; + guint64 _tmp41_ = 0ULL; + GError * _inner_error_ = NULL; +#line 237 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (IS_QUICK_TIME_ATOM (self)); +#line 239 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = quick_time_atom_read_uint32 (self, &_inner_error_); +#line 239 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = _tmp1_; +#line 239 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 239 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 239 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 1890 "VideoMetadata.c" + } +#line 239 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_size = (guint64) _tmp0_; +#line 242 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = g_string_new (""); +#line 242 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + sb = _tmp2_; +#line 243 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = quick_time_atom_read_byte (self, &_inner_error_); +#line 243 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = _tmp4_; +#line 243 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 243 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 243 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 243 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 1910 "VideoMetadata.c" + } +#line 243 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = sb; +#line 243 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp5_, (gchar) _tmp3_); +#line 244 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = quick_time_atom_read_byte (self, &_inner_error_); +#line 244 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = _tmp7_; +#line 244 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 244 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 244 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 244 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 1928 "VideoMetadata.c" + } +#line 244 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = sb; +#line 244 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp8_, (gchar) _tmp6_); +#line 245 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp10_ = quick_time_atom_read_byte (self, &_inner_error_); +#line 245 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = _tmp10_; +#line 245 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 245 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 245 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 245 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 1946 "VideoMetadata.c" + } +#line 245 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = sb; +#line 245 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp11_, (gchar) _tmp9_); +#line 246 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp13_ = quick_time_atom_read_byte (self, &_inner_error_); +#line 246 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp12_ = _tmp13_; +#line 246 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 246 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 246 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 246 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 1964 "VideoMetadata.c" + } +#line 246 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp14_ = sb; +#line 246 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp14_, (gchar) _tmp12_); +#line 247 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp15_ = sb; +#line 247 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp16_ = _tmp15_->str; +#line 247 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp17_ = g_strdup (_tmp16_); +#line 247 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (self->priv->section_name); +#line 247 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_name = _tmp17_; +#line 250 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp18_ = self->priv->section_name; +#line 250 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp19_ = strlen (_tmp18_); +#line 250 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp20_ = _tmp19_; +#line 250 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp20_ != 4) { +#line 1988 "VideoMetadata.c" + GFile* _tmp21_ = NULL; + gchar* _tmp22_ = NULL; + gchar* _tmp23_ = NULL; + GError* _tmp24_ = NULL; + GError* _tmp25_ = NULL; +#line 251 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp21_ = self->priv->file; +#line 251 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp22_ = g_file_get_path (_tmp21_); +#line 251 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp23_ = _tmp22_; +#line 251 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp24_ = g_error_new (G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED, "QuickTime atom name length is invalid for %s", _tmp23_); +#line 251 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp25_ = _tmp24_; +#line 251 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp23_); +#line 251 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _inner_error_ = _tmp25_; +#line 251 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 251 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 251 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 2014 "VideoMetadata.c" + } + { + gint i = 0; +#line 254 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + i = 0; +#line 2020 "VideoMetadata.c" + { + gboolean _tmp26_ = FALSE; +#line 254 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp26_ = TRUE; +#line 254 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + while (TRUE) { +#line 2027 "VideoMetadata.c" + gint _tmp28_ = 0; + const gchar* _tmp29_ = NULL; + gint _tmp30_ = 0; + gint _tmp31_ = 0; + const gchar* _tmp32_ = NULL; + gint _tmp33_ = 0; + gchar _tmp34_ = '\0'; + gboolean _tmp35_ = FALSE; +#line 254 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!_tmp26_) { +#line 2038 "VideoMetadata.c" + gint _tmp27_ = 0; +#line 254 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp27_ = i; +#line 254 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + i = _tmp27_ + 1; +#line 2044 "VideoMetadata.c" + } +#line 254 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp26_ = FALSE; +#line 254 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp28_ = i; +#line 254 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp29_ = self->priv->section_name; +#line 254 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp30_ = strlen (_tmp29_); +#line 254 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp31_ = _tmp30_; +#line 254 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!(_tmp28_ < _tmp31_)) { +#line 254 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 2060 "VideoMetadata.c" + } +#line 255 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp32_ = self->priv->section_name; +#line 255 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp33_ = i; +#line 255 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp34_ = string_get (_tmp32_, (glong) _tmp33_); +#line 255 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp35_ = g_ascii_isprint (_tmp34_); +#line 255 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!_tmp35_) { +#line 2072 "VideoMetadata.c" + GFile* _tmp36_ = NULL; + gchar* _tmp37_ = NULL; + gchar* _tmp38_ = NULL; + GError* _tmp39_ = NULL; + GError* _tmp40_ = NULL; +#line 256 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp36_ = self->priv->file; +#line 256 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp37_ = g_file_get_path (_tmp36_); +#line 256 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp38_ = _tmp37_; +#line 256 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp39_ = g_error_new (G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED, "Bad QuickTime atom in file %s", _tmp38_); +#line 256 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp40_ = _tmp39_; +#line 256 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp38_); +#line 256 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _inner_error_ = _tmp40_; +#line 256 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 256 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 256 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 2098 "VideoMetadata.c" + } + } + } + } +#line 260 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp41_ = self->priv->section_size; +#line 260 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (((guint64) 1) == _tmp41_) { +#line 2107 "VideoMetadata.c" + guint64 _tmp42_ = 0ULL; + guint64 _tmp43_ = 0ULL; +#line 263 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp43_ = quick_time_atom_read_uint64 (self, &_inner_error_); +#line 263 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp42_ = _tmp43_; +#line 263 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 263 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 263 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 263 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 2122 "VideoMetadata.c" + } +#line 263 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_size = _tmp42_; +#line 2126 "VideoMetadata.c" + } +#line 237 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 2130 "VideoMetadata.c" +} + + +static void quick_time_atom_skip (QuickTimeAtom* self, guint64 skip_amount, GError** error) { + GDataInputStream* _tmp0_ = NULL; + guint64 _tmp1_ = 0ULL; + GError * _inner_error_ = NULL; +#line 267 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (IS_QUICK_TIME_ATOM (self)); +#line 268 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->input; +#line 268 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = skip_amount; +#line 268 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + skip_uint64 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, G_TYPE_INPUT_STREAM, GInputStream), _tmp1_, &_inner_error_); +#line 268 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 268 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 268 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 2152 "VideoMetadata.c" + } +} + + +guint64 quick_time_atom_section_size_remaining (QuickTimeAtom* self) { + guint64 result = 0ULL; + guint64 _tmp0_ = 0ULL; + guint64 _tmp1_ = 0ULL; + guint64 _tmp2_ = 0ULL; + guint64 _tmp3_ = 0ULL; +#line 271 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_QUICK_TIME_ATOM (self), 0ULL); +#line 272 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->section_size; +#line 272 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = self->priv->section_offset; +#line 272 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _vala_assert (_tmp0_ >= _tmp1_, "section_size >= section_offset"); +#line 273 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = self->priv->section_size; +#line 273 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = self->priv->section_offset; +#line 273 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp2_ - _tmp3_; +#line 273 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 2179 "VideoMetadata.c" +} + + +void quick_time_atom_next_atom (QuickTimeAtom* self, GError** error) { + guint64 _tmp0_ = 0ULL; + GError * _inner_error_ = NULL; +#line 276 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (IS_QUICK_TIME_ATOM (self)); +#line 277 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = quick_time_atom_section_size_remaining (self); +#line 277 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_skip (self, _tmp0_, &_inner_error_); +#line 277 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 277 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 277 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 2198 "VideoMetadata.c" + } +#line 278 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_size = (guint64) 0; +#line 279 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_offset = (guint64) 0; +#line 2204 "VideoMetadata.c" +} + + +gchar* quick_time_atom_get_current_atom_name (QuickTimeAtom* self) { + gchar* result = NULL; + const gchar* _tmp0_ = NULL; + gchar* _tmp1_ = NULL; +#line 282 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_QUICK_TIME_ATOM (self), NULL); +#line 283 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->section_name; +#line 283 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = g_strdup (_tmp0_); +#line 283 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp1_; +#line 283 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 2222 "VideoMetadata.c" +} + + +gboolean quick_time_atom_is_last_atom (QuickTimeAtom* self) { + gboolean result = FALSE; + guint64 _tmp0_ = 0ULL; +#line 286 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_QUICK_TIME_ATOM (self), FALSE); +#line 287 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->section_size; +#line 287 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = ((guint64) 0) == _tmp0_; +#line 287 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 2237 "VideoMetadata.c" +} + + +static void value_quick_time_atom_init (GValue* value) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 2244 "VideoMetadata.c" +} + + +static void value_quick_time_atom_free_value (GValue* value) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (value->data[0].v_pointer) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_unref (value->data[0].v_pointer); +#line 2253 "VideoMetadata.c" + } +} + + +static void value_quick_time_atom_copy_value (const GValue* src_value, GValue* dest_value) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (src_value->data[0].v_pointer) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + dest_value->data[0].v_pointer = quick_time_atom_ref (src_value->data[0].v_pointer); +#line 2263 "VideoMetadata.c" + } else { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + dest_value->data[0].v_pointer = NULL; +#line 2267 "VideoMetadata.c" + } +} + + +static gpointer value_quick_time_atom_peek_pointer (const GValue* value) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return value->data[0].v_pointer; +#line 2275 "VideoMetadata.c" +} + + +static gchar* value_quick_time_atom_collect_value (GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (collect_values[0].v_pointer) { +#line 2282 "VideoMetadata.c" + QuickTimeAtom* object; + object = collect_values[0].v_pointer; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (object->parent_instance.g_class == NULL) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return g_strconcat ("invalid unclassed object pointer for value type `", G_VALUE_TYPE_NAME (value), "'", NULL); +#line 2289 "VideoMetadata.c" + } else if (!g_value_type_compatible (G_TYPE_FROM_INSTANCE (object), G_VALUE_TYPE (value))) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return g_strconcat ("invalid object type `", g_type_name (G_TYPE_FROM_INSTANCE (object)), "' for value type `", G_VALUE_TYPE_NAME (value), "'", NULL); +#line 2293 "VideoMetadata.c" + } +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = quick_time_atom_ref (object); +#line 2297 "VideoMetadata.c" + } else { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 2301 "VideoMetadata.c" + } +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 2305 "VideoMetadata.c" +} + + +static gchar* value_quick_time_atom_lcopy_value (const GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) { + QuickTimeAtom** object_p; + object_p = collect_values[0].v_pointer; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!object_p) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return g_strdup_printf ("value location for `%s' passed as NULL", G_VALUE_TYPE_NAME (value)); +#line 2316 "VideoMetadata.c" + } +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!value->data[0].v_pointer) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + *object_p = NULL; +#line 2322 "VideoMetadata.c" + } else if (collect_flags & G_VALUE_NOCOPY_CONTENTS) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + *object_p = value->data[0].v_pointer; +#line 2326 "VideoMetadata.c" + } else { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + *object_p = quick_time_atom_ref (value->data[0].v_pointer); +#line 2330 "VideoMetadata.c" + } +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 2334 "VideoMetadata.c" +} + + +GParamSpec* param_spec_quick_time_atom (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags) { + ParamSpecQuickTimeAtom* spec; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (g_type_is_a (object_type, TYPE_QUICK_TIME_ATOM), NULL); +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + spec = g_param_spec_internal (G_TYPE_PARAM_OBJECT, name, nick, blurb, flags); +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + G_PARAM_SPEC (spec)->value_type = object_type; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return G_PARAM_SPEC (spec); +#line 2348 "VideoMetadata.c" +} + + +gpointer value_get_quick_time_atom (const GValue* value) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_QUICK_TIME_ATOM), NULL); +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return value->data[0].v_pointer; +#line 2357 "VideoMetadata.c" +} + + +void value_set_quick_time_atom (GValue* value, gpointer v_object) { + QuickTimeAtom* old; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_QUICK_TIME_ATOM)); +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + old = value->data[0].v_pointer; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (v_object) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (v_object, TYPE_QUICK_TIME_ATOM)); +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = v_object; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_ref (value->data[0].v_pointer); +#line 2377 "VideoMetadata.c" + } else { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 2381 "VideoMetadata.c" + } +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (old) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_unref (old); +#line 2387 "VideoMetadata.c" + } +} + + +void value_take_quick_time_atom (GValue* value, gpointer v_object) { + QuickTimeAtom* old; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_QUICK_TIME_ATOM)); +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + old = value->data[0].v_pointer; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (v_object) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (v_object, TYPE_QUICK_TIME_ATOM)); +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = v_object; +#line 2406 "VideoMetadata.c" + } else { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 2410 "VideoMetadata.c" + } +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (old) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_unref (old); +#line 2416 "VideoMetadata.c" + } +} + + +static void quick_time_atom_class_init (QuickTimeAtomClass * klass) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + quick_time_atom_parent_class = g_type_class_peek_parent (klass); +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ((QuickTimeAtomClass *) klass)->finalize = quick_time_atom_finalize; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_type_class_add_private (klass, sizeof (QuickTimeAtomPrivate)); +#line 2428 "VideoMetadata.c" +} + + +static void quick_time_atom_instance_init (QuickTimeAtom * self) { + gchar* _tmp0_ = NULL; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv = QUICK_TIME_ATOM_GET_PRIVATE (self); +#line 174 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->file = NULL; +#line 175 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = g_strdup (""); +#line 175 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_name = _tmp0_; +#line 176 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_size = (guint64) 0; +#line 177 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_offset = (guint64) 0; +#line 178 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->input = NULL; +#line 179 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->parent = NULL; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->ref_count = 1; +#line 2452 "VideoMetadata.c" +} + + +static void quick_time_atom_finalize (QuickTimeAtom* obj) { + QuickTimeAtom * self; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_QUICK_TIME_ATOM, QuickTimeAtom); +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_signal_handlers_destroy (self); +#line 174 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->file); +#line 175 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (self->priv->section_name); +#line 178 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->input); +#line 179 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _quick_time_atom_unref0 (self->priv->parent); +#line 2470 "VideoMetadata.c" +} + + +GType quick_time_atom_get_type (void) { + static volatile gsize quick_time_atom_type_id__volatile = 0; + if (g_once_init_enter (&quick_time_atom_type_id__volatile)) { + static const GTypeValueTable g_define_type_value_table = { value_quick_time_atom_init, value_quick_time_atom_free_value, value_quick_time_atom_copy_value, value_quick_time_atom_peek_pointer, "p", value_quick_time_atom_collect_value, "p", value_quick_time_atom_lcopy_value }; + static const GTypeInfo g_define_type_info = { sizeof (QuickTimeAtomClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) quick_time_atom_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (QuickTimeAtom), 0, (GInstanceInitFunc) quick_time_atom_instance_init, &g_define_type_value_table }; + static const GTypeFundamentalInfo g_define_type_fundamental_info = { (G_TYPE_FLAG_CLASSED | G_TYPE_FLAG_INSTANTIATABLE | G_TYPE_FLAG_DERIVABLE | G_TYPE_FLAG_DEEP_DERIVABLE) }; + GType quick_time_atom_type_id; + quick_time_atom_type_id = g_type_register_fundamental (g_type_fundamental_next (), "QuickTimeAtom", &g_define_type_info, &g_define_type_fundamental_info, 0); + g_once_init_leave (&quick_time_atom_type_id__volatile, quick_time_atom_type_id); + } + return quick_time_atom_type_id__volatile; +} + + +gpointer quick_time_atom_ref (gpointer instance) { + QuickTimeAtom* self; + self = instance; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_atomic_int_inc (&self->ref_count); +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return instance; +#line 2495 "VideoMetadata.c" +} + + +void quick_time_atom_unref (gpointer instance) { + QuickTimeAtom* self; + self = instance; +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (g_atomic_int_dec_and_test (&self->ref_count)) { +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + QUICK_TIME_ATOM_GET_CLASS (self)->finalize (self); +#line 173 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_type_free_instance ((GTypeInstance *) self); +#line 2508 "VideoMetadata.c" + } +} + + +AVIMetadataLoader* avi_metadata_loader_construct (GType object_type, GFile* file) { + AVIMetadataLoader* self = NULL; + GFile* _tmp0_ = NULL; + GFile* _tmp1_ = NULL; +#line 305 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (G_IS_FILE (file), NULL); +#line 305 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = (AVIMetadataLoader*) g_type_create_instance (object_type); +#line 306 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = file; +#line 306 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = _g_object_ref0 (_tmp0_); +#line 306 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->file); +#line 306 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->file = _tmp1_; +#line 305 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return self; +#line 2531 "VideoMetadata.c" +} + + +AVIMetadataLoader* avi_metadata_loader_new (GFile* file) { +#line 305 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return avi_metadata_loader_construct (TYPE_AVI_METADATA_LOADER, file); +#line 2538 "VideoMetadata.c" +} + + +MetadataDateTime* avi_metadata_loader_get_creation_date_time (AVIMetadataLoader* self) { + MetadataDateTime* result = NULL; + gulong _tmp0_ = 0UL; + MetadataDateTime* _tmp1_ = NULL; +#line 309 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_METADATA_LOADER (self), NULL); +#line 310 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = avi_metadata_loader_get_creation_date_time_for_avi (self); +#line 310 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = metadata_date_time_new ((time_t) _tmp0_); +#line 310 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp1_; +#line 310 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 2556 "VideoMetadata.c" +} + + +gchar* avi_metadata_loader_get_title (AVIMetadataLoader* self) { + gchar* result = NULL; +#line 313 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_METADATA_LOADER (self), NULL); +#line 315 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = NULL; +#line 315 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 2568 "VideoMetadata.c" +} + + +gboolean avi_metadata_loader_is_supported (AVIMetadataLoader* self) { + gboolean result = FALSE; + AVIChunk* chunk = NULL; + GFile* _tmp0_ = NULL; + AVIChunk* _tmp1_ = NULL; + gboolean ret = FALSE; + GError * _inner_error_ = NULL; +#line 319 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_METADATA_LOADER (self), FALSE); +#line 320 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->file; +#line 320 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = avi_chunk_new (_tmp0_); +#line 320 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + chunk = _tmp1_; +#line 321 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ret = FALSE; +#line 2589 "VideoMetadata.c" + { + AVIChunk* _tmp2_ = NULL; + AVIChunk* _tmp3_ = NULL; + gboolean _tmp4_ = FALSE; + AVIChunk* _tmp5_ = NULL; + gchar* _tmp6_ = NULL; + gchar* _tmp7_ = NULL; + gboolean _tmp8_ = FALSE; +#line 323 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = chunk; +#line 323 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_open_file (_tmp2_, &_inner_error_); +#line 323 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 2604 "VideoMetadata.c" + goto __catch567_g_error; + } +#line 324 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = chunk; +#line 324 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_read_chunk (_tmp3_, &_inner_error_); +#line 324 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 2613 "VideoMetadata.c" + goto __catch567_g_error; + } +#line 326 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = chunk; +#line 326 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = avi_chunk_get_current_chunk_name (_tmp5_); +#line 326 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = _tmp6_; +#line 326 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = g_strcmp0 ("RIFF", _tmp7_) == 0; +#line 326 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp7_); +#line 326 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp8_) { +#line 2628 "VideoMetadata.c" + gchar* _tmp9_ = NULL; + AVIChunk* _tmp10_ = NULL; + gchar* _tmp11_ = NULL; + gchar* _tmp12_ = NULL; + gchar* _tmp13_ = NULL; +#line 327 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp10_ = chunk; +#line 327 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = avi_chunk_read_name (_tmp10_, &_inner_error_); +#line 327 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = _tmp11_; +#line 327 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 2642 "VideoMetadata.c" + goto __catch567_g_error; + } +#line 327 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp12_ = _tmp9_; +#line 327 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = NULL; +#line 327 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp13_ = _tmp12_; +#line 327 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = g_strcmp0 ("AVI ", _tmp13_) == 0; +#line 327 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp13_); +#line 326 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp9_); +#line 2657 "VideoMetadata.c" + } else { +#line 326 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = FALSE; +#line 2661 "VideoMetadata.c" + } +#line 326 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp4_) { +#line 328 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ret = TRUE; +#line 2667 "VideoMetadata.c" + } + } + goto __finally567; + __catch567_g_error: + { + GError* e = NULL; + GError* _tmp14_ = NULL; + const gchar* _tmp15_ = NULL; +#line 322 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + e = _inner_error_; +#line 322 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _inner_error_ = NULL; +#line 331 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp14_ = e; +#line 331 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp15_ = _tmp14_->message; +#line 331 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_debug ("VideoMetadata.vala:331: Error while testing for AVI file: %s", _tmp15_); +#line 322 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_error_free0 (e); +#line 2688 "VideoMetadata.c" + } + __finally567: +#line 322 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 322 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _avi_chunk_unref0 (chunk); +#line 322 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); +#line 322 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_clear_error (&_inner_error_); +#line 322 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return FALSE; +#line 2701 "VideoMetadata.c" + } + { + AVIChunk* _tmp16_ = NULL; +#line 335 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp16_ = chunk; +#line 335 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_close_file (_tmp16_, &_inner_error_); +#line 335 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 2711 "VideoMetadata.c" + goto __catch568_g_error; + } + } + goto __finally568; + __catch568_g_error: + { + GError* e = NULL; + GError* _tmp17_ = NULL; + const gchar* _tmp18_ = NULL; +#line 334 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + e = _inner_error_; +#line 334 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _inner_error_ = NULL; +#line 337 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp17_ = e; +#line 337 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp18_ = _tmp17_->message; +#line 337 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_debug ("VideoMetadata.vala:337: Error while closing AVI file: %s", _tmp18_); +#line 334 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_error_free0 (e); +#line 2733 "VideoMetadata.c" + } + __finally568: +#line 334 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 334 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _avi_chunk_unref0 (chunk); +#line 334 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); +#line 334 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_clear_error (&_inner_error_); +#line 334 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return FALSE; +#line 2746 "VideoMetadata.c" + } +#line 339 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = ret; +#line 339 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _avi_chunk_unref0 (chunk); +#line 339 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 2754 "VideoMetadata.c" +} + + +static gchar* avi_metadata_loader_read_nikon_nctg_tag (AVIMetadataLoader* self, AVIChunk* chunk, GError** error) { + gchar* result = NULL; + gboolean found_date = FALSE; + gboolean _tmp9_ = FALSE; + gchar* _tmp21_ = NULL; + GError * _inner_error_ = NULL; +#line 343 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_METADATA_LOADER (self), NULL); +#line 343 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_CHUNK (chunk), NULL); +#line 344 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + found_date = FALSE; +#line 345 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + while (TRUE) { +#line 2772 "VideoMetadata.c" + AVIChunk* _tmp0_ = NULL; + guint64 _tmp1_ = 0ULL; + guint16 tag = 0U; + AVIChunk* _tmp2_ = NULL; + guint16 _tmp3_ = 0U; + guint16 size = 0U; + AVIChunk* _tmp4_ = NULL; + guint16 _tmp5_ = 0U; + guint16 _tmp6_ = 0U; + AVIChunk* _tmp7_ = NULL; + guint16 _tmp8_ = 0U; +#line 345 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = chunk; +#line 345 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = avi_chunk_section_size_remaining (_tmp0_); +#line 345 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!(_tmp1_ > ((guint64) (sizeof (guint16) * 2)))) { +#line 345 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 2792 "VideoMetadata.c" + } +#line 346 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = chunk; +#line 346 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = avi_chunk_read_uint16 (_tmp2_, &_inner_error_); +#line 346 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + tag = _tmp3_; +#line 346 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 346 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 346 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 2806 "VideoMetadata.c" + } +#line 347 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = chunk; +#line 347 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = avi_chunk_read_uint16 (_tmp4_, &_inner_error_); +#line 347 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + size = _tmp5_; +#line 347 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 347 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 347 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 2820 "VideoMetadata.c" + } +#line 348 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = tag; +#line 348 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (AVI_METADATA_LOADER_NIKON_NCTG_TIMESTAMP_MARKER == _tmp6_) { +#line 349 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + found_date = TRUE; +#line 350 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 2830 "VideoMetadata.c" + } +#line 352 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = chunk; +#line 352 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = size; +#line 352 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_skip (_tmp7_, (guint64) _tmp8_, &_inner_error_); +#line 352 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 352 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 352 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 2844 "VideoMetadata.c" + } + } +#line 355 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = found_date; +#line 355 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp9_) { +#line 2851 "VideoMetadata.c" + GString* sb = NULL; + GString* _tmp10_ = NULL; + GString* _tmp18_ = NULL; + const gchar* _tmp19_ = NULL; + gchar* _tmp20_ = NULL; +#line 357 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp10_ = g_string_new (""); +#line 357 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + sb = _tmp10_; +#line 2861 "VideoMetadata.c" + { + gint i = 0; +#line 358 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + i = 0; +#line 2866 "VideoMetadata.c" + { + gboolean _tmp11_ = FALSE; +#line 358 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = TRUE; +#line 358 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + while (TRUE) { +#line 2873 "VideoMetadata.c" + gint _tmp13_ = 0; + guchar _tmp14_ = '\0'; + AVIChunk* _tmp15_ = NULL; + guchar _tmp16_ = '\0'; + GString* _tmp17_ = NULL; +#line 358 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!_tmp11_) { +#line 2881 "VideoMetadata.c" + gint _tmp12_ = 0; +#line 358 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp12_ = i; +#line 358 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + i = _tmp12_ + 1; +#line 2887 "VideoMetadata.c" + } +#line 358 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = FALSE; +#line 358 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp13_ = i; +#line 358 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!(_tmp13_ < AVI_METADATA_LOADER_NUMERICAL_DATE_LENGTH)) { +#line 358 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 2897 "VideoMetadata.c" + } +#line 359 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp15_ = chunk; +#line 359 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp16_ = avi_chunk_read_byte (_tmp15_, &_inner_error_); +#line 359 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp14_ = _tmp16_; +#line 359 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 359 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 359 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 359 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 2913 "VideoMetadata.c" + } +#line 359 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp17_ = sb; +#line 359 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp17_, (gchar) _tmp14_); +#line 2919 "VideoMetadata.c" + } + } + } +#line 361 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp18_ = sb; +#line 361 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp19_ = _tmp18_->str; +#line 361 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp20_ = g_strdup (_tmp19_); +#line 361 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp20_; +#line 361 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 361 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 2935 "VideoMetadata.c" + } +#line 363 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp21_ = g_strdup (""); +#line 363 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp21_; +#line 363 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 2943 "VideoMetadata.c" +} + + +static glong string_strnlen (gchar* str, glong maxlen) { + glong result = 0L; + gchar* end = NULL; + gchar* _tmp0_ = NULL; + glong _tmp1_ = 0L; + gchar* _tmp2_ = NULL; + gchar* _tmp3_ = NULL; +#line 1295 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp0_ = str; +#line 1295 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp1_ = maxlen; +#line 1295 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp2_ = memchr (_tmp0_, 0, (gsize) _tmp1_); +#line 1295 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + end = _tmp2_; +#line 1296 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp3_ = end; +#line 1296 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + if (_tmp3_ == NULL) { +#line 2966 "VideoMetadata.c" + glong _tmp4_ = 0L; +#line 1297 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp4_ = maxlen; +#line 1297 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + result = _tmp4_; +#line 1297 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + return result; +#line 2974 "VideoMetadata.c" + } else { + gchar* _tmp5_ = NULL; + gchar* _tmp6_ = NULL; +#line 1299 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp5_ = end; +#line 1299 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp6_ = str; +#line 1299 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + result = (glong) (_tmp5_ - _tmp6_); +#line 1299 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + return result; +#line 2986 "VideoMetadata.c" + } +} + + +static gchar* string_substring (const gchar* self, glong offset, glong len) { + gchar* result = NULL; + glong string_length = 0L; + gboolean _tmp0_ = FALSE; + glong _tmp1_ = 0L; + glong _tmp8_ = 0L; + glong _tmp14_ = 0L; + glong _tmp17_ = 0L; + glong _tmp18_ = 0L; + glong _tmp19_ = 0L; + glong _tmp20_ = 0L; + glong _tmp21_ = 0L; + gchar* _tmp22_ = NULL; +#line 1306 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + g_return_val_if_fail (self != NULL, NULL); +#line 1308 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp1_ = offset; +#line 1308 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + if (_tmp1_ >= ((glong) 0)) { +#line 3010 "VideoMetadata.c" + glong _tmp2_ = 0L; +#line 1308 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp2_ = len; +#line 1308 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp0_ = _tmp2_ >= ((glong) 0); +#line 3016 "VideoMetadata.c" + } else { +#line 1308 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp0_ = FALSE; +#line 3020 "VideoMetadata.c" + } +#line 1308 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + if (_tmp0_) { +#line 3024 "VideoMetadata.c" + glong _tmp3_ = 0L; + glong _tmp4_ = 0L; + glong _tmp5_ = 0L; +#line 1310 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp3_ = offset; +#line 1310 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp4_ = len; +#line 1310 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp5_ = string_strnlen ((gchar*) self, _tmp3_ + _tmp4_); +#line 1310 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + string_length = _tmp5_; +#line 3036 "VideoMetadata.c" + } else { + gint _tmp6_ = 0; + gint _tmp7_ = 0; +#line 1312 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp6_ = strlen (self); +#line 1312 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp7_ = _tmp6_; +#line 1312 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + string_length = (glong) _tmp7_; +#line 3046 "VideoMetadata.c" + } +#line 1315 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp8_ = offset; +#line 1315 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + if (_tmp8_ < ((glong) 0)) { +#line 3052 "VideoMetadata.c" + glong _tmp9_ = 0L; + glong _tmp10_ = 0L; + glong _tmp11_ = 0L; +#line 1316 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp9_ = string_length; +#line 1316 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp10_ = offset; +#line 1316 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + offset = _tmp9_ + _tmp10_; +#line 1317 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp11_ = offset; +#line 1317 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + g_return_val_if_fail (_tmp11_ >= ((glong) 0), NULL); +#line 3066 "VideoMetadata.c" + } else { + glong _tmp12_ = 0L; + glong _tmp13_ = 0L; +#line 1319 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp12_ = offset; +#line 1319 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp13_ = string_length; +#line 1319 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + g_return_val_if_fail (_tmp12_ <= _tmp13_, NULL); +#line 3076 "VideoMetadata.c" + } +#line 1321 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp14_ = len; +#line 1321 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + if (_tmp14_ < ((glong) 0)) { +#line 3082 "VideoMetadata.c" + glong _tmp15_ = 0L; + glong _tmp16_ = 0L; +#line 1322 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp15_ = string_length; +#line 1322 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp16_ = offset; +#line 1322 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + len = _tmp15_ - _tmp16_; +#line 3091 "VideoMetadata.c" + } +#line 1324 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp17_ = offset; +#line 1324 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp18_ = len; +#line 1324 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp19_ = string_length; +#line 1324 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + g_return_val_if_fail ((_tmp17_ + _tmp18_) <= _tmp19_, NULL); +#line 1325 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp20_ = offset; +#line 1325 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp21_ = len; +#line 1325 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp22_ = g_strndup (((gchar*) self) + _tmp20_, (gsize) _tmp21_); +#line 1325 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + result = _tmp22_; +#line 1325 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + return result; +#line 3111 "VideoMetadata.c" +} + + +static gchar* avi_metadata_loader_read_fuji_strd_tag (AVIMetadataLoader* self, AVIChunk* chunk, GError** error) { + gchar* result = NULL; + AVIChunk* _tmp0_ = NULL; + AVIChunk* _tmp1_ = NULL; + gint colons = 0; + gint post_colons = 0; + GString* sb = NULL; + GString* _tmp2_ = NULL; + GString* _tmp20_ = NULL; + const gchar* _tmp21_ = NULL; + gint _tmp22_ = 0; + gint _tmp23_ = 0; + GString* _tmp25_ = NULL; + const gchar* _tmp26_ = NULL; + GString* _tmp27_ = NULL; + const gchar* _tmp28_ = NULL; + gint _tmp29_ = 0; + gint _tmp30_ = 0; + gchar* _tmp31_ = NULL; + GError * _inner_error_ = NULL; +#line 368 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_METADATA_LOADER (self), NULL); +#line 368 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_CHUNK (chunk), NULL); +#line 369 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = chunk; +#line 369 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_skip (_tmp0_, (guint64) 98, &_inner_error_); +#line 369 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 369 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 369 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 3149 "VideoMetadata.c" + } +#line 370 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = chunk; +#line 370 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_skip (_tmp1_, (guint64) 8, &_inner_error_); +#line 370 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 370 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 370 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 3161 "VideoMetadata.c" + } +#line 372 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + colons = 0; +#line 373 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + post_colons = 0; +#line 374 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = g_string_new (""); +#line 374 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + sb = _tmp2_; +#line 376 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + while (TRUE) { +#line 3173 "VideoMetadata.c" + gboolean _tmp3_ = FALSE; + gint _tmp4_ = 0; + guchar _tmp6_ = '\0'; + AVIChunk* _tmp7_ = NULL; + guchar _tmp8_ = '\0'; + gchar c = '\0'; + gint _tmp9_ = 0; + gchar _tmp11_ = '\0'; + gchar _tmp13_ = '\0'; + gboolean _tmp14_ = FALSE; + GString* _tmp17_ = NULL; + gssize _tmp18_ = 0L; +#line 376 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = colons; +#line 376 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp4_ <= 4) { +#line 3190 "VideoMetadata.c" + gint _tmp5_ = 0; +#line 376 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = post_colons; +#line 376 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = _tmp5_ < 2; +#line 3196 "VideoMetadata.c" + } else { +#line 376 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = FALSE; +#line 3200 "VideoMetadata.c" + } +#line 376 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!_tmp3_) { +#line 376 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 3206 "VideoMetadata.c" + } +#line 377 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = chunk; +#line 377 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = avi_chunk_read_byte (_tmp7_, &_inner_error_); +#line 377 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = _tmp8_; +#line 377 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 377 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 377 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 377 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 3222 "VideoMetadata.c" + } +#line 377 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + c = (gchar) _tmp6_; +#line 378 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = colons; +#line 378 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (4 == _tmp9_) { +#line 3230 "VideoMetadata.c" + gint _tmp10_ = 0; +#line 379 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp10_ = post_colons; +#line 379 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + post_colons = _tmp10_ + 1; +#line 3236 "VideoMetadata.c" + } +#line 381 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = c; +#line 381 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (':' == _tmp11_) { +#line 3242 "VideoMetadata.c" + gint _tmp12_ = 0; +#line 382 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp12_ = colons; +#line 382 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + colons = _tmp12_ + 1; +#line 3248 "VideoMetadata.c" + } +#line 384 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp13_ = c; +#line 384 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp14_ = g_ascii_isprint (_tmp13_); +#line 384 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp14_) { +#line 3256 "VideoMetadata.c" + GString* _tmp15_ = NULL; + gchar _tmp16_ = '\0'; +#line 385 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp15_ = sb; +#line 385 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp16_ = c; +#line 385 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp15_, _tmp16_); +#line 3265 "VideoMetadata.c" + } +#line 387 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp17_ = sb; +#line 387 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp18_ = _tmp17_->len; +#line 387 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp18_ > ((gssize) AVI_METADATA_LOADER_MAX_STRD_LENGTH)) { +#line 3273 "VideoMetadata.c" + gchar* _tmp19_ = NULL; +#line 388 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp19_ = g_strdup (""); +#line 388 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp19_; +#line 388 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 388 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3283 "VideoMetadata.c" + } + } +#line 392 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp20_ = sb; +#line 392 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp21_ = _tmp20_->str; +#line 392 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp22_ = strlen (_tmp21_); +#line 392 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp23_ = _tmp22_; +#line 392 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp23_ < AVI_METADATA_LOADER_NUMERICAL_DATE_LENGTH) { +#line 3296 "VideoMetadata.c" + gchar* _tmp24_ = NULL; +#line 393 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp24_ = g_strdup (""); +#line 393 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp24_; +#line 393 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 393 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3306 "VideoMetadata.c" + } +#line 396 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp25_ = sb; +#line 396 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp26_ = _tmp25_->str; +#line 396 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp27_ = sb; +#line 396 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp28_ = _tmp27_->str; +#line 396 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp29_ = strlen (_tmp28_); +#line 396 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp30_ = _tmp29_; +#line 396 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp31_ = string_substring (_tmp26_, (glong) (_tmp30_ - AVI_METADATA_LOADER_NUMERICAL_DATE_LENGTH), (glong) -1); +#line 396 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp31_; +#line 396 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 396 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3328 "VideoMetadata.c" +} + + +static gchar* avi_metadata_loader_read_section (AVIMetadataLoader* self, AVIChunk* chunk, GError** error) { + gchar* result = NULL; + GError * _inner_error_ = NULL; +#line 400 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_METADATA_LOADER (self), NULL); +#line 400 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_CHUNK (chunk), NULL); +#line 401 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + while (TRUE) { +#line 3341 "VideoMetadata.c" + AVIChunk* _tmp0_ = NULL; + gchar* name = NULL; + AVIChunk* _tmp1_ = NULL; + gchar* _tmp2_ = NULL; + const gchar* _tmp3_ = NULL; + const gchar* _tmp18_ = NULL; + AVIChunk* _tmp28_ = NULL; + gboolean _tmp29_ = FALSE; + AVIChunk* _tmp30_ = NULL; +#line 402 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = chunk; +#line 402 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_read_chunk (_tmp0_, &_inner_error_); +#line 402 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 402 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 402 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 3361 "VideoMetadata.c" + } +#line 403 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = chunk; +#line 403 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = avi_chunk_get_current_chunk_name (_tmp1_); +#line 403 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + name = _tmp2_; +#line 404 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = name; +#line 404 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (g_strcmp0 ("IDIT", _tmp3_) == 0) { +#line 3373 "VideoMetadata.c" + gchar* _tmp4_ = NULL; + AVIChunk* _tmp5_ = NULL; + gchar* _tmp6_ = NULL; + gchar* _tmp7_ = NULL; +#line 405 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = chunk; +#line 405 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = avi_chunk_section_to_string (_tmp5_, &_inner_error_); +#line 405 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = _tmp6_; +#line 405 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 405 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 405 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (name); +#line 405 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 3392 "VideoMetadata.c" + } +#line 405 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = _tmp4_; +#line 405 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = NULL; +#line 405 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp7_; +#line 405 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp4_); +#line 405 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (name); +#line 405 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3406 "VideoMetadata.c" + } else { + const gchar* _tmp8_ = NULL; +#line 406 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = name; +#line 406 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (g_strcmp0 ("nctg", _tmp8_) == 0) { +#line 3413 "VideoMetadata.c" + gchar* _tmp9_ = NULL; + AVIChunk* _tmp10_ = NULL; + gchar* _tmp11_ = NULL; + gchar* _tmp12_ = NULL; +#line 407 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp10_ = chunk; +#line 407 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = avi_metadata_loader_read_nikon_nctg_tag (self, _tmp10_, &_inner_error_); +#line 407 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = _tmp11_; +#line 407 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 407 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 407 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (name); +#line 407 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 3432 "VideoMetadata.c" + } +#line 407 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp12_ = _tmp9_; +#line 407 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = NULL; +#line 407 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp12_; +#line 407 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp9_); +#line 407 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (name); +#line 407 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3446 "VideoMetadata.c" + } else { + const gchar* _tmp13_ = NULL; +#line 408 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp13_ = name; +#line 408 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (g_strcmp0 ("strd", _tmp13_) == 0) { +#line 3453 "VideoMetadata.c" + gchar* _tmp14_ = NULL; + AVIChunk* _tmp15_ = NULL; + gchar* _tmp16_ = NULL; + gchar* _tmp17_ = NULL; +#line 409 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp15_ = chunk; +#line 409 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp16_ = avi_metadata_loader_read_fuji_strd_tag (self, _tmp15_, &_inner_error_); +#line 409 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp14_ = _tmp16_; +#line 409 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 409 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 409 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (name); +#line 409 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 3472 "VideoMetadata.c" + } +#line 409 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp17_ = _tmp14_; +#line 409 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp14_ = NULL; +#line 409 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp17_; +#line 409 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp14_); +#line 409 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (name); +#line 409 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3486 "VideoMetadata.c" + } + } + } +#line 412 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp18_ = name; +#line 412 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (g_strcmp0 ("LIST", _tmp18_) == 0) { +#line 3494 "VideoMetadata.c" + AVIChunk* _tmp19_ = NULL; + gchar* _tmp20_ = NULL; + gchar* _tmp21_ = NULL; + gchar* _result_ = NULL; + AVIChunk* _tmp22_ = NULL; + AVIChunk* _tmp23_ = NULL; + AVIChunk* _tmp24_ = NULL; + gchar* _tmp25_ = NULL; + gchar* _tmp26_ = NULL; + const gchar* _tmp27_ = NULL; +#line 413 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp19_ = chunk; +#line 413 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp20_ = avi_chunk_read_name (_tmp19_, &_inner_error_); +#line 413 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp21_ = _tmp20_; +#line 413 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp21_); +#line 413 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 413 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 413 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (name); +#line 413 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 3521 "VideoMetadata.c" + } +#line 414 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp22_ = chunk; +#line 414 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp23_ = avi_chunk_get_first_child_chunk (_tmp22_); +#line 414 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp24_ = _tmp23_; +#line 414 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp25_ = avi_metadata_loader_read_section (self, _tmp24_, &_inner_error_); +#line 414 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp26_ = _tmp25_; +#line 414 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _avi_chunk_unref0 (_tmp24_); +#line 414 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _result_ = _tmp26_; +#line 414 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 414 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 414 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (name); +#line 414 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 3545 "VideoMetadata.c" + } +#line 415 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp27_ = _result_; +#line 415 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (NULL != _tmp27_) { +#line 416 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _result_; +#line 416 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (name); +#line 416 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3557 "VideoMetadata.c" + } +#line 412 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_result_); +#line 3561 "VideoMetadata.c" + } +#line 420 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp28_ = chunk; +#line 420 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp29_ = avi_chunk_is_last_chunk (_tmp28_); +#line 420 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp29_) { +#line 421 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (name); +#line 421 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 3573 "VideoMetadata.c" + } +#line 423 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp30_ = chunk; +#line 423 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_next_chunk (_tmp30_, &_inner_error_); +#line 423 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 423 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 423 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (name); +#line 423 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 3587 "VideoMetadata.c" + } +#line 401 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (name); +#line 3591 "VideoMetadata.c" + } +#line 425 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = NULL; +#line 425 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3597 "VideoMetadata.c" +} + + +static gulong avi_metadata_loader_parse_date (AVIMetadataLoader* self, const gchar* sdate) { + gulong result = 0UL; + const gchar* _tmp0_ = NULL; + gint _tmp1_ = 0; + gint _tmp2_ = 0; + GDate date = {0}; + guint seconds = 0U; + gint year = 0; + gint month = 0; + gint day = 0; + gint hour = 0; + gint min = 0; + gint sec = 0; + gchar weekday[4] = {0}; + gchar monthstr[4] = {0}; + const gchar* _tmp3_ = NULL; + gchar _tmp4_ = '\0'; + gboolean _tmp5_ = FALSE; + struct tm time = {0}; + struct tm _tmp26_ = {0}; + time_t tm = 0; + time_t _tmp27_ = 0; + gulong _result_ = 0UL; + time_t _tmp28_ = 0; + guint _tmp29_ = 0U; + gulong _tmp30_ = 0UL; + time_t _tmp31_ = 0; +#line 432 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_METADATA_LOADER (self), 0UL); +#line 432 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (sdate != NULL, 0UL); +#line 433 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = sdate; +#line 433 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = strlen (_tmp0_); +#line 433 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = _tmp1_; +#line 433 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp2_ == 0) { +#line 434 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = (gulong) 0; +#line 434 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3644 "VideoMetadata.c" + } +#line 437 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + memset (&date, 0, sizeof (GDate)); +#line 438 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + seconds = (guint) 0; +#line 443 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = sdate; +#line 443 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = string_get (_tmp3_, (glong) 0); +#line 443 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = g_ascii_isdigit (_tmp4_); +#line 443 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp5_) { +#line 3658 "VideoMetadata.c" + gchar* tmp = NULL; + const gchar* _tmp6_ = NULL; + gchar* _tmp7_ = NULL; + const gchar* _tmp8_ = NULL; + gint _result_ = 0; + const gchar* _tmp9_ = NULL; + gint _tmp10_ = 0; + gint _tmp11_ = 0; + gint _tmp12_ = 0; + gint _tmp13_ = 0; + gint _tmp14_ = 0; + gint _tmp15_ = 0; + gint _tmp16_ = 0; + gint _tmp17_ = 0; +#line 447 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = sdate; +#line 447 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = g_strdup (_tmp6_); +#line 447 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + tmp = _tmp7_; +#line 448 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = tmp; +#line 448 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_strcanon (_tmp8_, "0123456789 ", ' '); +#line 449 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + sec = 0; +#line 450 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = tmp; +#line 450 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp10_ = sscanf (_tmp9_, "%d %d %d %d %d %d", &year, &month, &day, &hour, &min, &sec); +#line 450 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _result_ = _tmp10_; +#line 451 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = _result_; +#line 451 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp11_ < 5) { +#line 452 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = (gulong) 0; +#line 452 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (tmp); +#line 452 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3701 "VideoMetadata.c" + } +#line 454 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp12_ = day; +#line 454 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp13_ = month; +#line 454 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp14_ = year; +#line 454 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_date_set_dmy (&date, (GDateDay) _tmp12_, (gint) ((GDateMonth) _tmp13_), (GDateYear) _tmp14_); +#line 455 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp15_ = sec; +#line 455 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp16_ = min; +#line 455 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp17_ = hour; +#line 455 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + seconds = (guint) ((_tmp15_ + (_tmp16_ * 60)) + (_tmp17_ * 3600)); +#line 443 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (tmp); +#line 3721 "VideoMetadata.c" + } else { + const gchar* _tmp18_ = NULL; + gint _tmp19_ = 0; + gint _tmp20_ = 0; + GDateMonth _tmp21_ = 0; + gint _tmp22_ = 0; + gint _tmp23_ = 0; + gint _tmp24_ = 0; + gint _tmp25_ = 0; +#line 458 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp18_ = sdate; +#line 458 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp19_ = sscanf (_tmp18_, "%3s %3s %d %d:%d:%d %d", weekday, monthstr, &day, &hour, &min, &sec, &year); +#line 458 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (7 != _tmp19_) { +#line 460 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = (gulong) 0; +#line 460 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3741 "VideoMetadata.c" + } +#line 462 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp20_ = day; +#line 462 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp21_ = avi_metadata_loader_month_from_string (self, (const gchar*) monthstr); +#line 462 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp22_ = year; +#line 462 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_date_set_dmy (&date, (GDateDay) _tmp20_, (gint) _tmp21_, (GDateYear) _tmp22_); +#line 463 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp23_ = sec; +#line 463 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp24_ = min; +#line 463 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp25_ = hour; +#line 463 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + seconds = (guint) ((_tmp23_ + (_tmp24_ * 60)) + (_tmp25_ * 3600)); +#line 3759 "VideoMetadata.c" + } +#line 466 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + memset (&time, 0, sizeof (struct tm)); +#line 467 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_date_to_struct_tm (&date, &_tmp26_); +#line 467 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + time = _tmp26_; +#line 470 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp27_ = mktime (&time); +#line 470 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + tm = _tmp27_; +#line 471 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp28_ = tm; +#line 471 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp29_ = seconds; +#line 471 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _result_ = (gulong) (_tmp28_ + _tmp29_); +#line 472 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp30_ = _result_; +#line 472 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp31_ = tm; +#line 472 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp30_ < ((gulong) _tmp31_)) { +#line 3783 "VideoMetadata.c" + GFile* _tmp32_ = NULL; + gchar* _tmp33_ = NULL; + gchar* _tmp34_ = NULL; +#line 473 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp32_ = self->priv->file; +#line 473 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp33_ = g_file_get_path (_tmp32_); +#line 473 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp34_ = _tmp33_; +#line 473 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_debug ("VideoMetadata.vala:473: Overflow for timestamp in video file %s", _tmp34_); +#line 473 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp34_); +#line 475 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = (gulong) 0; +#line 475 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3801 "VideoMetadata.c" + } +#line 478 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _result_; +#line 478 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3807 "VideoMetadata.c" +} + + +static GDateMonth avi_metadata_loader_month_from_string (AVIMetadataLoader* self, const gchar* s) { + GDateMonth result = 0; + const gchar* _tmp0_ = NULL; + gchar* _tmp1_ = NULL; + gchar* _tmp2_ = NULL; + GQuark _tmp4_ = 0U; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + static GQuark _tmp3_label0 = 0; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + static GQuark _tmp3_label1 = 0; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + static GQuark _tmp3_label2 = 0; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + static GQuark _tmp3_label3 = 0; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + static GQuark _tmp3_label4 = 0; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + static GQuark _tmp3_label5 = 0; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + static GQuark _tmp3_label6 = 0; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + static GQuark _tmp3_label7 = 0; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + static GQuark _tmp3_label8 = 0; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + static GQuark _tmp3_label9 = 0; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + static GQuark _tmp3_label10 = 0; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + static GQuark _tmp3_label11 = 0; +#line 481 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_METADATA_LOADER (self), 0); +#line 481 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (s != NULL, 0); +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = s; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = g_utf8_strdown (_tmp0_, (gssize) -1); +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = _tmp1_; +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = (NULL == _tmp2_) ? 0 : g_quark_from_string (_tmp2_); +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_free (_tmp2_); +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp4_ == ((0 != _tmp3_label0) ? _tmp3_label0 : (_tmp3_label0 = g_quark_from_static_string ("jan")))) { +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + switch (0) { +#line 3859 "VideoMetadata.c" + default: + { +#line 484 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = G_DATE_JANUARY; +#line 484 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3866 "VideoMetadata.c" + } + } + } else if (_tmp4_ == ((0 != _tmp3_label1) ? _tmp3_label1 : (_tmp3_label1 = g_quark_from_static_string ("feb")))) { +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + switch (0) { +#line 3872 "VideoMetadata.c" + default: + { +#line 486 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = G_DATE_FEBRUARY; +#line 486 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3879 "VideoMetadata.c" + } + } + } else if (_tmp4_ == ((0 != _tmp3_label2) ? _tmp3_label2 : (_tmp3_label2 = g_quark_from_static_string ("mar")))) { +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + switch (0) { +#line 3885 "VideoMetadata.c" + default: + { +#line 488 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = G_DATE_MARCH; +#line 488 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3892 "VideoMetadata.c" + } + } + } else if (_tmp4_ == ((0 != _tmp3_label3) ? _tmp3_label3 : (_tmp3_label3 = g_quark_from_static_string ("apr")))) { +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + switch (0) { +#line 3898 "VideoMetadata.c" + default: + { +#line 490 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = G_DATE_APRIL; +#line 490 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3905 "VideoMetadata.c" + } + } + } else if (_tmp4_ == ((0 != _tmp3_label4) ? _tmp3_label4 : (_tmp3_label4 = g_quark_from_static_string ("may")))) { +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + switch (0) { +#line 3911 "VideoMetadata.c" + default: + { +#line 492 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = G_DATE_MAY; +#line 492 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3918 "VideoMetadata.c" + } + } + } else if (_tmp4_ == ((0 != _tmp3_label5) ? _tmp3_label5 : (_tmp3_label5 = g_quark_from_static_string ("jun")))) { +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + switch (0) { +#line 3924 "VideoMetadata.c" + default: + { +#line 494 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = G_DATE_JUNE; +#line 494 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3931 "VideoMetadata.c" + } + } + } else if (_tmp4_ == ((0 != _tmp3_label6) ? _tmp3_label6 : (_tmp3_label6 = g_quark_from_static_string ("jul")))) { +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + switch (0) { +#line 3937 "VideoMetadata.c" + default: + { +#line 496 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = G_DATE_JULY; +#line 496 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3944 "VideoMetadata.c" + } + } + } else if (_tmp4_ == ((0 != _tmp3_label7) ? _tmp3_label7 : (_tmp3_label7 = g_quark_from_static_string ("aug")))) { +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + switch (0) { +#line 3950 "VideoMetadata.c" + default: + { +#line 498 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = G_DATE_AUGUST; +#line 498 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3957 "VideoMetadata.c" + } + } + } else if (_tmp4_ == ((0 != _tmp3_label8) ? _tmp3_label8 : (_tmp3_label8 = g_quark_from_static_string ("sep")))) { +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + switch (0) { +#line 3963 "VideoMetadata.c" + default: + { +#line 500 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = G_DATE_SEPTEMBER; +#line 500 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3970 "VideoMetadata.c" + } + } + } else if (_tmp4_ == ((0 != _tmp3_label9) ? _tmp3_label9 : (_tmp3_label9 = g_quark_from_static_string ("oct")))) { +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + switch (0) { +#line 3976 "VideoMetadata.c" + default: + { +#line 502 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = G_DATE_OCTOBER; +#line 502 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3983 "VideoMetadata.c" + } + } + } else if (_tmp4_ == ((0 != _tmp3_label10) ? _tmp3_label10 : (_tmp3_label10 = g_quark_from_static_string ("nov")))) { +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + switch (0) { +#line 3989 "VideoMetadata.c" + default: + { +#line 504 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = G_DATE_NOVEMBER; +#line 504 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 3996 "VideoMetadata.c" + } + } + } else if (_tmp4_ == ((0 != _tmp3_label11) ? _tmp3_label11 : (_tmp3_label11 = g_quark_from_static_string ("dec")))) { +#line 482 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + switch (0) { +#line 4002 "VideoMetadata.c" + default: + { +#line 506 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = G_DATE_DECEMBER; +#line 506 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 4009 "VideoMetadata.c" + } + } + } +#line 508 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = G_DATE_BAD_MONTH; +#line 508 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 4017 "VideoMetadata.c" +} + + +static gchar* string_strip (const gchar* self) { + gchar* result = NULL; + gchar* _result_ = NULL; + gchar* _tmp0_ = NULL; + const gchar* _tmp1_ = NULL; +#line 1207 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + g_return_val_if_fail (self != NULL, NULL); +#line 1208 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp0_ = g_strdup (self); +#line 1208 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _result_ = _tmp0_; +#line 1209 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + _tmp1_ = _result_; +#line 1209 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + g_strstrip (_tmp1_); +#line 1210 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + result = _result_; +#line 1210 "/usr/share/vala-0.32/vapi/glib-2.0.vapi" + return result; +#line 4040 "VideoMetadata.c" +} + + +static gulong avi_metadata_loader_get_creation_date_time_for_avi (AVIMetadataLoader* self) { + gulong result = 0UL; + AVIChunk* chunk = NULL; + GFile* _tmp0_ = NULL; + AVIChunk* _tmp1_ = NULL; + gulong timestamp = 0UL; + GError * _inner_error_ = NULL; +#line 511 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_METADATA_LOADER (self), 0UL); +#line 512 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->file; +#line 512 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = avi_chunk_new (_tmp0_); +#line 512 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + chunk = _tmp1_; +#line 513 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + timestamp = (gulong) 0; +#line 4061 "VideoMetadata.c" + { + AVIChunk* _tmp2_ = NULL; + AVIChunk* _tmp3_ = NULL; + gchar* sdate = NULL; + AVIChunk* _tmp4_ = NULL; + gchar* _tmp5_ = NULL; + const gchar* _tmp6_ = NULL; +#line 515 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = chunk; +#line 515 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_open_file (_tmp2_, &_inner_error_); +#line 515 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 4075 "VideoMetadata.c" + goto __catch569_g_error; + } +#line 516 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = chunk; +#line 516 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_nonsection_skip (_tmp3_, (guint64) 12, &_inner_error_); +#line 516 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 4084 "VideoMetadata.c" + goto __catch569_g_error; + } +#line 517 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = chunk; +#line 517 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = avi_metadata_loader_read_section (self, _tmp4_, &_inner_error_); +#line 517 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + sdate = _tmp5_; +#line 517 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 4095 "VideoMetadata.c" + goto __catch569_g_error; + } +#line 518 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = sdate; +#line 518 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (NULL != _tmp6_) { +#line 4102 "VideoMetadata.c" + const gchar* _tmp7_ = NULL; + gchar* _tmp8_ = NULL; + gchar* _tmp9_ = NULL; + gulong _tmp10_ = 0UL; +#line 519 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = sdate; +#line 519 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = string_strip (_tmp7_); +#line 519 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = _tmp8_; +#line 519 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp10_ = avi_metadata_loader_parse_date (self, _tmp9_); +#line 519 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + timestamp = _tmp10_; +#line 519 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (_tmp9_); +#line 4119 "VideoMetadata.c" + } +#line 514 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (sdate); +#line 4123 "VideoMetadata.c" + } + goto __finally569; + __catch569_g_error: + { + GError* e = NULL; + GError* _tmp11_ = NULL; + const gchar* _tmp12_ = NULL; +#line 514 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + e = _inner_error_; +#line 514 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _inner_error_ = NULL; +#line 522 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = e; +#line 522 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp12_ = _tmp11_->message; +#line 522 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_debug ("VideoMetadata.vala:522: Error while reading AVI file: %s", _tmp12_); +#line 514 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_error_free0 (e); +#line 4143 "VideoMetadata.c" + } + __finally569: +#line 514 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 514 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _avi_chunk_unref0 (chunk); +#line 514 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); +#line 514 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_clear_error (&_inner_error_); +#line 514 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return 0UL; +#line 4156 "VideoMetadata.c" + } + { + AVIChunk* _tmp13_ = NULL; +#line 526 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp13_ = chunk; +#line 526 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_close_file (_tmp13_, &_inner_error_); +#line 526 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 4166 "VideoMetadata.c" + goto __catch570_g_error; + } + } + goto __finally570; + __catch570_g_error: + { + GError* e = NULL; + GError* _tmp14_ = NULL; + const gchar* _tmp15_ = NULL; +#line 525 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + e = _inner_error_; +#line 525 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _inner_error_ = NULL; +#line 528 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp14_ = e; +#line 528 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp15_ = _tmp14_->message; +#line 528 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_debug ("VideoMetadata.vala:528: Error while closing AVI file: %s", _tmp15_); +#line 525 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_error_free0 (e); +#line 4188 "VideoMetadata.c" + } + __finally570: +#line 525 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 525 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _avi_chunk_unref0 (chunk); +#line 525 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); +#line 525 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_clear_error (&_inner_error_); +#line 525 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return 0UL; +#line 4201 "VideoMetadata.c" + } +#line 530 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = timestamp; +#line 530 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _avi_chunk_unref0 (chunk); +#line 530 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 4209 "VideoMetadata.c" +} + + +static void value_avi_metadata_loader_init (GValue* value) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 4216 "VideoMetadata.c" +} + + +static void value_avi_metadata_loader_free_value (GValue* value) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (value->data[0].v_pointer) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_metadata_loader_unref (value->data[0].v_pointer); +#line 4225 "VideoMetadata.c" + } +} + + +static void value_avi_metadata_loader_copy_value (const GValue* src_value, GValue* dest_value) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (src_value->data[0].v_pointer) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + dest_value->data[0].v_pointer = avi_metadata_loader_ref (src_value->data[0].v_pointer); +#line 4235 "VideoMetadata.c" + } else { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + dest_value->data[0].v_pointer = NULL; +#line 4239 "VideoMetadata.c" + } +} + + +static gpointer value_avi_metadata_loader_peek_pointer (const GValue* value) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return value->data[0].v_pointer; +#line 4247 "VideoMetadata.c" +} + + +static gchar* value_avi_metadata_loader_collect_value (GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (collect_values[0].v_pointer) { +#line 4254 "VideoMetadata.c" + AVIMetadataLoader* object; + object = collect_values[0].v_pointer; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (object->parent_instance.g_class == NULL) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return g_strconcat ("invalid unclassed object pointer for value type `", G_VALUE_TYPE_NAME (value), "'", NULL); +#line 4261 "VideoMetadata.c" + } else if (!g_value_type_compatible (G_TYPE_FROM_INSTANCE (object), G_VALUE_TYPE (value))) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return g_strconcat ("invalid object type `", g_type_name (G_TYPE_FROM_INSTANCE (object)), "' for value type `", G_VALUE_TYPE_NAME (value), "'", NULL); +#line 4265 "VideoMetadata.c" + } +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = avi_metadata_loader_ref (object); +#line 4269 "VideoMetadata.c" + } else { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 4273 "VideoMetadata.c" + } +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 4277 "VideoMetadata.c" +} + + +static gchar* value_avi_metadata_loader_lcopy_value (const GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) { + AVIMetadataLoader** object_p; + object_p = collect_values[0].v_pointer; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!object_p) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return g_strdup_printf ("value location for `%s' passed as NULL", G_VALUE_TYPE_NAME (value)); +#line 4288 "VideoMetadata.c" + } +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!value->data[0].v_pointer) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + *object_p = NULL; +#line 4294 "VideoMetadata.c" + } else if (collect_flags & G_VALUE_NOCOPY_CONTENTS) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + *object_p = value->data[0].v_pointer; +#line 4298 "VideoMetadata.c" + } else { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + *object_p = avi_metadata_loader_ref (value->data[0].v_pointer); +#line 4302 "VideoMetadata.c" + } +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 4306 "VideoMetadata.c" +} + + +GParamSpec* param_spec_avi_metadata_loader (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags) { + ParamSpecAVIMetadataLoader* spec; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (g_type_is_a (object_type, TYPE_AVI_METADATA_LOADER), NULL); +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + spec = g_param_spec_internal (G_TYPE_PARAM_OBJECT, name, nick, blurb, flags); +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + G_PARAM_SPEC (spec)->value_type = object_type; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return G_PARAM_SPEC (spec); +#line 4320 "VideoMetadata.c" +} + + +gpointer value_get_avi_metadata_loader (const GValue* value) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_AVI_METADATA_LOADER), NULL); +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return value->data[0].v_pointer; +#line 4329 "VideoMetadata.c" +} + + +void value_set_avi_metadata_loader (GValue* value, gpointer v_object) { + AVIMetadataLoader* old; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_AVI_METADATA_LOADER)); +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + old = value->data[0].v_pointer; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (v_object) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (v_object, TYPE_AVI_METADATA_LOADER)); +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = v_object; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_metadata_loader_ref (value->data[0].v_pointer); +#line 4349 "VideoMetadata.c" + } else { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 4353 "VideoMetadata.c" + } +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (old) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_metadata_loader_unref (old); +#line 4359 "VideoMetadata.c" + } +} + + +void value_take_avi_metadata_loader (GValue* value, gpointer v_object) { + AVIMetadataLoader* old; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_AVI_METADATA_LOADER)); +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + old = value->data[0].v_pointer; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (v_object) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (v_object, TYPE_AVI_METADATA_LOADER)); +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = v_object; +#line 4378 "VideoMetadata.c" + } else { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 4382 "VideoMetadata.c" + } +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (old) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_metadata_loader_unref (old); +#line 4388 "VideoMetadata.c" + } +} + + +static void avi_metadata_loader_class_init (AVIMetadataLoaderClass * klass) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_metadata_loader_parent_class = g_type_class_peek_parent (klass); +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ((AVIMetadataLoaderClass *) klass)->finalize = avi_metadata_loader_finalize; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_type_class_add_private (klass, sizeof (AVIMetadataLoaderPrivate)); +#line 4400 "VideoMetadata.c" +} + + +static void avi_metadata_loader_instance_init (AVIMetadataLoader * self) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv = AVI_METADATA_LOADER_GET_PRIVATE (self); +#line 294 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->file = NULL; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->ref_count = 1; +#line 4411 "VideoMetadata.c" +} + + +static void avi_metadata_loader_finalize (AVIMetadataLoader* obj) { + AVIMetadataLoader * self; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_AVI_METADATA_LOADER, AVIMetadataLoader); +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_signal_handlers_destroy (self); +#line 294 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->file); +#line 4423 "VideoMetadata.c" +} + + +GType avi_metadata_loader_get_type (void) { + static volatile gsize avi_metadata_loader_type_id__volatile = 0; + if (g_once_init_enter (&avi_metadata_loader_type_id__volatile)) { + static const GTypeValueTable g_define_type_value_table = { value_avi_metadata_loader_init, value_avi_metadata_loader_free_value, value_avi_metadata_loader_copy_value, value_avi_metadata_loader_peek_pointer, "p", value_avi_metadata_loader_collect_value, "p", value_avi_metadata_loader_lcopy_value }; + static const GTypeInfo g_define_type_info = { sizeof (AVIMetadataLoaderClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) avi_metadata_loader_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (AVIMetadataLoader), 0, (GInstanceInitFunc) avi_metadata_loader_instance_init, &g_define_type_value_table }; + static const GTypeFundamentalInfo g_define_type_fundamental_info = { (G_TYPE_FLAG_CLASSED | G_TYPE_FLAG_INSTANTIATABLE | G_TYPE_FLAG_DERIVABLE | G_TYPE_FLAG_DEEP_DERIVABLE) }; + GType avi_metadata_loader_type_id; + avi_metadata_loader_type_id = g_type_register_fundamental (g_type_fundamental_next (), "AVIMetadataLoader", &g_define_type_info, &g_define_type_fundamental_info, 0); + g_once_init_leave (&avi_metadata_loader_type_id__volatile, avi_metadata_loader_type_id); + } + return avi_metadata_loader_type_id__volatile; +} + + +gpointer avi_metadata_loader_ref (gpointer instance) { + AVIMetadataLoader* self; + self = instance; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_atomic_int_inc (&self->ref_count); +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return instance; +#line 4448 "VideoMetadata.c" +} + + +void avi_metadata_loader_unref (gpointer instance) { + AVIMetadataLoader* self; + self = instance; +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (g_atomic_int_dec_and_test (&self->ref_count)) { +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + AVI_METADATA_LOADER_GET_CLASS (self)->finalize (self); +#line 292 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_type_free_instance ((GTypeInstance *) self); +#line 4461 "VideoMetadata.c" + } +} + + +AVIChunk* avi_chunk_construct (GType object_type, GFile* file) { + AVIChunk* self = NULL; + GFile* _tmp0_ = NULL; + GFile* _tmp1_ = NULL; +#line 543 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (G_IS_FILE (file), NULL); +#line 543 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = (AVIChunk*) g_type_create_instance (object_type); +#line 544 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = file; +#line 544 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = _g_object_ref0 (_tmp0_); +#line 544 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->file); +#line 544 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->file = _tmp1_; +#line 543 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return self; +#line 4484 "VideoMetadata.c" +} + + +AVIChunk* avi_chunk_new (GFile* file) { +#line 543 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return avi_chunk_construct (TYPE_AVI_CHUNK, file); +#line 4491 "VideoMetadata.c" +} + + +static gpointer _avi_chunk_ref0 (gpointer self) { +#line 549 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return self ? avi_chunk_ref (self) : NULL; +#line 4498 "VideoMetadata.c" +} + + +static AVIChunk* avi_chunk_construct_with_input_stream (GType object_type, GDataInputStream* input, AVIChunk* parent) { + AVIChunk* self = NULL; + GDataInputStream* _tmp0_ = NULL; + GDataInputStream* _tmp1_ = NULL; + AVIChunk* _tmp2_ = NULL; + AVIChunk* _tmp3_ = NULL; +#line 547 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (G_IS_DATA_INPUT_STREAM (input), NULL); +#line 547 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_CHUNK (parent), NULL); +#line 547 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = (AVIChunk*) g_type_create_instance (object_type); +#line 548 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = input; +#line 548 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = _g_object_ref0 (_tmp0_); +#line 548 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->input); +#line 548 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->input = _tmp1_; +#line 549 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = parent; +#line 549 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = _avi_chunk_ref0 (_tmp2_); +#line 549 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _avi_chunk_unref0 (self->priv->parent); +#line 549 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->parent = _tmp3_; +#line 547 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return self; +#line 4532 "VideoMetadata.c" +} + + +static AVIChunk* avi_chunk_new_with_input_stream (GDataInputStream* input, AVIChunk* parent) { +#line 547 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return avi_chunk_construct_with_input_stream (TYPE_AVI_CHUNK, input, parent); +#line 4539 "VideoMetadata.c" +} + + +void avi_chunk_open_file (AVIChunk* self, GError** error) { + GFileInputStream* _tmp0_ = NULL; + GFile* _tmp1_ = NULL; + GFileInputStream* _tmp2_ = NULL; + GDataInputStream* _tmp3_ = NULL; + GDataInputStream* _tmp4_ = NULL; + gchar* _tmp5_ = NULL; + GError * _inner_error_ = NULL; +#line 552 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (IS_AVI_CHUNK (self)); +#line 553 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_close_file (self, &_inner_error_); +#line 553 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 553 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 553 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 4561 "VideoMetadata.c" + } +#line 554 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = self->priv->file; +#line 554 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = g_file_read (_tmp1_, NULL, &_inner_error_); +#line 554 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = _tmp2_; +#line 554 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 554 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 554 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 4575 "VideoMetadata.c" + } +#line 554 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = g_data_input_stream_new (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, G_TYPE_INPUT_STREAM, GInputStream)); +#line 554 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->input); +#line 554 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->input = _tmp3_; +#line 555 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = self->priv->input; +#line 555 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_data_input_stream_set_byte_order (_tmp4_, G_DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN); +#line 556 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_size = (guint64) 0; +#line 557 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_offset = (guint64) 0; +#line 558 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = g_strdup (""); +#line 558 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (self->priv->section_name); +#line 558 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_name = _tmp5_; +#line 552 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (_tmp0_); +#line 4599 "VideoMetadata.c" +} + + +void avi_chunk_close_file (AVIChunk* self, GError** error) { + GDataInputStream* _tmp0_ = NULL; + GError * _inner_error_ = NULL; +#line 561 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (IS_AVI_CHUNK (self)); +#line 562 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->input; +#line 562 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (NULL != _tmp0_) { +#line 4612 "VideoMetadata.c" + GDataInputStream* _tmp1_ = NULL; +#line 563 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = self->priv->input; +#line 563 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_input_stream_close (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, G_TYPE_INPUT_STREAM, GInputStream), NULL, &_inner_error_); +#line 563 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 563 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 563 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 4624 "VideoMetadata.c" + } +#line 564 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->input); +#line 564 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->input = NULL; +#line 4630 "VideoMetadata.c" + } +} + + +void avi_chunk_nonsection_skip (AVIChunk* self, guint64 skip_amount, GError** error) { + GDataInputStream* _tmp0_ = NULL; + guint64 _tmp1_ = 0ULL; + GError * _inner_error_ = NULL; +#line 568 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (IS_AVI_CHUNK (self)); +#line 569 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->input; +#line 569 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = skip_amount; +#line 569 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + skip_uint64 (G_TYPE_CHECK_INSTANCE_CAST (_tmp0_, G_TYPE_INPUT_STREAM, GInputStream), _tmp1_, &_inner_error_); +#line 569 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 569 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 569 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 4653 "VideoMetadata.c" + } +} + + +void avi_chunk_skip (AVIChunk* self, guint64 skip_amount, GError** error) { + guint64 _tmp0_ = 0ULL; + GDataInputStream* _tmp1_ = NULL; + guint64 _tmp2_ = 0ULL; + GError * _inner_error_ = NULL; +#line 572 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (IS_AVI_CHUNK (self)); +#line 573 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = skip_amount; +#line 573 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_advance_section_offset (self, _tmp0_); +#line 574 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = self->priv->input; +#line 574 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = skip_amount; +#line 574 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + skip_uint64 (G_TYPE_CHECK_INSTANCE_CAST (_tmp1_, G_TYPE_INPUT_STREAM, GInputStream), _tmp2_, &_inner_error_); +#line 574 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 574 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 574 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 4681 "VideoMetadata.c" + } +} + + +AVIChunk* avi_chunk_get_first_child_chunk (AVIChunk* self) { + AVIChunk* result = NULL; + GDataInputStream* _tmp0_ = NULL; + AVIChunk* _tmp1_ = NULL; +#line 577 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_CHUNK (self), NULL); +#line 578 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->input; +#line 578 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = avi_chunk_new_with_input_stream (_tmp0_, self); +#line 578 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp1_; +#line 578 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 4700 "VideoMetadata.c" +} + + +static void avi_chunk_advance_section_offset (AVIChunk* self, guint64 amount) { + guint64 _tmp0_ = 0ULL; + guint64 _tmp1_ = 0ULL; + guint64 _tmp2_ = 0ULL; + guint64 _tmp5_ = 0ULL; + guint64 _tmp6_ = 0ULL; + AVIChunk* _tmp7_ = NULL; +#line 581 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (IS_AVI_CHUNK (self)); +#line 582 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->section_offset; +#line 582 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = amount; +#line 582 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = self->priv->section_size; +#line 582 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if ((_tmp0_ + _tmp1_) > _tmp2_) { +#line 4721 "VideoMetadata.c" + guint64 _tmp3_ = 0ULL; + guint64 _tmp4_ = 0ULL; +#line 583 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = self->priv->section_size; +#line 583 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = self->priv->section_offset; +#line 583 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + amount = _tmp3_ - _tmp4_; +#line 4730 "VideoMetadata.c" + } +#line 585 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = self->priv->section_offset; +#line 585 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = amount; +#line 585 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_offset = _tmp5_ + _tmp6_; +#line 586 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = self->priv->parent; +#line 586 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (NULL != _tmp7_) { +#line 4742 "VideoMetadata.c" + AVIChunk* _tmp8_ = NULL; + guint64 _tmp9_ = 0ULL; +#line 587 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = self->priv->parent; +#line 587 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = amount; +#line 587 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_advance_section_offset (_tmp8_, _tmp9_); +#line 4751 "VideoMetadata.c" + } +} + + +guchar avi_chunk_read_byte (AVIChunk* self, GError** error) { + guchar result = '\0'; + guint8 _tmp0_ = 0U; + GDataInputStream* _tmp1_ = NULL; + guint8 _tmp2_ = 0U; + GError * _inner_error_ = NULL; +#line 591 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_CHUNK (self), '\0'); +#line 592 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_advance_section_offset (self, (guint64) 1); +#line 593 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = self->priv->input; +#line 593 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = g_data_input_stream_read_byte (_tmp1_, NULL, &_inner_error_); +#line 593 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = _tmp2_; +#line 593 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 593 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 593 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return '\0'; +#line 4778 "VideoMetadata.c" + } +#line 593 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = (guchar) _tmp0_; +#line 593 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 4784 "VideoMetadata.c" +} + + +guint16 avi_chunk_read_uint16 (AVIChunk* self, GError** error) { + guint16 result = 0U; + guint16 _tmp0_ = 0U; + GDataInputStream* _tmp1_ = NULL; + guint16 _tmp2_ = 0U; + GError * _inner_error_ = NULL; +#line 596 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_CHUNK (self), 0U); +#line 597 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_advance_section_offset (self, (guint64) 2); +#line 598 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = self->priv->input; +#line 598 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = g_data_input_stream_read_uint16 (_tmp1_, NULL, &_inner_error_); +#line 598 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = _tmp2_; +#line 598 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 598 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 598 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return 0U; +#line 4810 "VideoMetadata.c" + } +#line 598 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp0_; +#line 598 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 4816 "VideoMetadata.c" +} + + +void avi_chunk_read_chunk (AVIChunk* self, GError** error) { + GString* sb = NULL; + GString* _tmp0_ = NULL; + guint8 _tmp1_ = 0U; + GDataInputStream* _tmp2_ = NULL; + guint8 _tmp3_ = 0U; + GString* _tmp4_ = NULL; + guint8 _tmp5_ = 0U; + GDataInputStream* _tmp6_ = NULL; + guint8 _tmp7_ = 0U; + GString* _tmp8_ = NULL; + guint8 _tmp9_ = 0U; + GDataInputStream* _tmp10_ = NULL; + guint8 _tmp11_ = 0U; + GString* _tmp12_ = NULL; + guint8 _tmp13_ = 0U; + GDataInputStream* _tmp14_ = NULL; + guint8 _tmp15_ = 0U; + GString* _tmp16_ = NULL; + GString* _tmp17_ = NULL; + const gchar* _tmp18_ = NULL; + gchar* _tmp19_ = NULL; + guint32 _tmp20_ = 0U; + GDataInputStream* _tmp21_ = NULL; + guint32 _tmp22_ = 0U; + GError * _inner_error_ = NULL; +#line 601 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (IS_AVI_CHUNK (self)); +#line 604 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = g_string_new (""); +#line 604 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + sb = _tmp0_; +#line 605 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = self->priv->input; +#line 605 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = g_data_input_stream_read_byte (_tmp2_, NULL, &_inner_error_); +#line 605 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = _tmp3_; +#line 605 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 605 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 605 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 605 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 4866 "VideoMetadata.c" + } +#line 605 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = sb; +#line 605 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp4_, (gchar) _tmp1_); +#line 606 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = self->priv->input; +#line 606 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = g_data_input_stream_read_byte (_tmp6_, NULL, &_inner_error_); +#line 606 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = _tmp7_; +#line 606 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 606 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 606 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 606 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 4886 "VideoMetadata.c" + } +#line 606 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = sb; +#line 606 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp8_, (gchar) _tmp5_); +#line 607 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp10_ = self->priv->input; +#line 607 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = g_data_input_stream_read_byte (_tmp10_, NULL, &_inner_error_); +#line 607 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = _tmp11_; +#line 607 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 607 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 607 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 607 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 4906 "VideoMetadata.c" + } +#line 607 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp12_ = sb; +#line 607 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp12_, (gchar) _tmp9_); +#line 608 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp14_ = self->priv->input; +#line 608 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp15_ = g_data_input_stream_read_byte (_tmp14_, NULL, &_inner_error_); +#line 608 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp13_ = _tmp15_; +#line 608 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 608 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 608 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 608 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 4926 "VideoMetadata.c" + } +#line 608 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp16_ = sb; +#line 608 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp16_, (gchar) _tmp13_); +#line 609 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp17_ = sb; +#line 609 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp18_ = _tmp17_->str; +#line 609 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp19_ = g_strdup (_tmp18_); +#line 609 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (self->priv->section_name); +#line 609 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_name = _tmp19_; +#line 610 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp21_ = self->priv->input; +#line 610 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp22_ = g_data_input_stream_read_uint32 (_tmp21_, NULL, &_inner_error_); +#line 610 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp20_ = _tmp22_; +#line 610 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 610 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 610 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 610 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 4956 "VideoMetadata.c" + } +#line 610 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_size = (guint64) _tmp20_; +#line 611 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_offset = (guint64) 0; +#line 601 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 4964 "VideoMetadata.c" +} + + +gchar* avi_chunk_read_name (AVIChunk* self, GError** error) { + gchar* result = NULL; + GString* sb = NULL; + GString* _tmp0_ = NULL; + guchar _tmp1_ = '\0'; + guchar _tmp2_ = '\0'; + GString* _tmp3_ = NULL; + guchar _tmp4_ = '\0'; + guchar _tmp5_ = '\0'; + GString* _tmp6_ = NULL; + guchar _tmp7_ = '\0'; + guchar _tmp8_ = '\0'; + GString* _tmp9_ = NULL; + guchar _tmp10_ = '\0'; + guchar _tmp11_ = '\0'; + GString* _tmp12_ = NULL; + GString* _tmp13_ = NULL; + const gchar* _tmp14_ = NULL; + gchar* _tmp15_ = NULL; + GError * _inner_error_ = NULL; +#line 614 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_CHUNK (self), NULL); +#line 615 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = g_string_new (""); +#line 615 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + sb = _tmp0_; +#line 616 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = avi_chunk_read_byte (self, &_inner_error_); +#line 616 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = _tmp2_; +#line 616 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 616 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 616 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 616 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 5006 "VideoMetadata.c" + } +#line 616 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = sb; +#line 616 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp3_, (gchar) _tmp1_); +#line 617 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = avi_chunk_read_byte (self, &_inner_error_); +#line 617 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = _tmp5_; +#line 617 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 617 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 617 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 617 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 5024 "VideoMetadata.c" + } +#line 617 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = sb; +#line 617 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp6_, (gchar) _tmp4_); +#line 618 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = avi_chunk_read_byte (self, &_inner_error_); +#line 618 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = _tmp8_; +#line 618 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 618 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 618 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 618 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 5042 "VideoMetadata.c" + } +#line 618 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = sb; +#line 618 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp9_, (gchar) _tmp7_); +#line 619 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = avi_chunk_read_byte (self, &_inner_error_); +#line 619 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp10_ = _tmp11_; +#line 619 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 619 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 619 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 619 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 5060 "VideoMetadata.c" + } +#line 619 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp12_ = sb; +#line 619 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp12_, (gchar) _tmp10_); +#line 620 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp13_ = sb; +#line 620 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp14_ = _tmp13_->str; +#line 620 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp15_ = g_strdup (_tmp14_); +#line 620 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp15_; +#line 620 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 620 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 5078 "VideoMetadata.c" +} + + +void avi_chunk_next_chunk (AVIChunk* self, GError** error) { + guint64 _tmp0_ = 0ULL; + GError * _inner_error_ = NULL; +#line 623 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (IS_AVI_CHUNK (self)); +#line 624 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = avi_chunk_section_size_remaining (self); +#line 624 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_skip (self, _tmp0_, &_inner_error_); +#line 624 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 624 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 624 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return; +#line 5097 "VideoMetadata.c" + } +#line 625 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_size = (guint64) 0; +#line 626 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_offset = (guint64) 0; +#line 5103 "VideoMetadata.c" +} + + +gchar* avi_chunk_get_current_chunk_name (AVIChunk* self) { + gchar* result = NULL; + const gchar* _tmp0_ = NULL; + gchar* _tmp1_ = NULL; +#line 629 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_CHUNK (self), NULL); +#line 630 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->section_name; +#line 630 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = g_strdup (_tmp0_); +#line 630 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp1_; +#line 630 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 5121 "VideoMetadata.c" +} + + +gboolean avi_chunk_is_last_chunk (AVIChunk* self) { + gboolean result = FALSE; + guint64 _tmp0_ = 0ULL; +#line 633 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_CHUNK (self), FALSE); +#line 634 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->section_size; +#line 634 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp0_ == ((guint64) 0); +#line 634 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 5136 "VideoMetadata.c" +} + + +guint64 avi_chunk_section_size_remaining (AVIChunk* self) { + guint64 result = 0ULL; + guint64 _tmp0_ = 0ULL; + guint64 _tmp1_ = 0ULL; + guint64 _tmp2_ = 0ULL; + guint64 _tmp3_ = 0ULL; +#line 637 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_CHUNK (self), 0ULL); +#line 638 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = self->priv->section_size; +#line 638 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = self->priv->section_offset; +#line 638 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _vala_assert (_tmp0_ >= _tmp1_, "section_size >= section_offset"); +#line 639 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = self->priv->section_size; +#line 639 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = self->priv->section_offset; +#line 639 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp2_ - _tmp3_; +#line 639 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 5162 "VideoMetadata.c" +} + + +gchar* avi_chunk_section_to_string (AVIChunk* self, GError** error) { + gchar* result = NULL; + GString* sb = NULL; + GString* _tmp0_ = NULL; + GString* _tmp11_ = NULL; + const gchar* _tmp12_ = NULL; + gchar* _tmp13_ = NULL; + GError * _inner_error_ = NULL; +#line 643 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (IS_AVI_CHUNK (self), NULL); +#line 644 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = g_string_new (""); +#line 644 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + sb = _tmp0_; +#line 645 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + while (TRUE) { +#line 5182 "VideoMetadata.c" + guint64 _tmp1_ = 0ULL; + guint64 _tmp2_ = 0ULL; + guchar _tmp3_ = '\0'; + guchar _tmp4_ = '\0'; + GString* _tmp5_ = NULL; + GString* _tmp6_ = NULL; + gssize _tmp7_ = 0L; +#line 645 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp1_ = self->priv->section_offset; +#line 645 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp2_ = self->priv->section_size; +#line 645 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!(_tmp1_ < _tmp2_)) { +#line 645 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + break; +#line 5198 "VideoMetadata.c" + } +#line 646 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp4_ = avi_chunk_read_byte (self, &_inner_error_); +#line 646 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp3_ = _tmp4_; +#line 646 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (G_UNLIKELY (_inner_error_ != NULL)) { +#line 646 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_propagate_error (error, _inner_error_); +#line 646 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 646 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 5212 "VideoMetadata.c" + } +#line 646 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp5_ = sb; +#line 646 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_string_append_c (_tmp5_, (gchar) _tmp3_); +#line 647 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp6_ = sb; +#line 647 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp7_ = _tmp6_->len; +#line 647 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (_tmp7_ > ((gssize) AVI_CHUNK_MAX_STRING_TO_SECTION_LENGTH)) { +#line 5224 "VideoMetadata.c" + GString* _tmp8_ = NULL; + const gchar* _tmp9_ = NULL; + gchar* _tmp10_ = NULL; +#line 648 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp8_ = sb; +#line 648 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp9_ = _tmp8_->str; +#line 648 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp10_ = g_strdup (_tmp9_); +#line 648 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp10_; +#line 648 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 648 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 5240 "VideoMetadata.c" + } + } +#line 651 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp11_ = sb; +#line 651 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp12_ = _tmp11_->str; +#line 651 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp13_ = g_strdup (_tmp12_); +#line 651 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + result = _tmp13_; +#line 651 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_string_free0 (sb); +#line 651 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return result; +#line 5255 "VideoMetadata.c" +} + + +static void value_avi_chunk_init (GValue* value) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 5262 "VideoMetadata.c" +} + + +static void value_avi_chunk_free_value (GValue* value) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (value->data[0].v_pointer) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_unref (value->data[0].v_pointer); +#line 5271 "VideoMetadata.c" + } +} + + +static void value_avi_chunk_copy_value (const GValue* src_value, GValue* dest_value) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (src_value->data[0].v_pointer) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + dest_value->data[0].v_pointer = avi_chunk_ref (src_value->data[0].v_pointer); +#line 5281 "VideoMetadata.c" + } else { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + dest_value->data[0].v_pointer = NULL; +#line 5285 "VideoMetadata.c" + } +} + + +static gpointer value_avi_chunk_peek_pointer (const GValue* value) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return value->data[0].v_pointer; +#line 5293 "VideoMetadata.c" +} + + +static gchar* value_avi_chunk_collect_value (GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (collect_values[0].v_pointer) { +#line 5300 "VideoMetadata.c" + AVIChunk* object; + object = collect_values[0].v_pointer; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (object->parent_instance.g_class == NULL) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return g_strconcat ("invalid unclassed object pointer for value type `", G_VALUE_TYPE_NAME (value), "'", NULL); +#line 5307 "VideoMetadata.c" + } else if (!g_value_type_compatible (G_TYPE_FROM_INSTANCE (object), G_VALUE_TYPE (value))) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return g_strconcat ("invalid object type `", g_type_name (G_TYPE_FROM_INSTANCE (object)), "' for value type `", G_VALUE_TYPE_NAME (value), "'", NULL); +#line 5311 "VideoMetadata.c" + } +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = avi_chunk_ref (object); +#line 5315 "VideoMetadata.c" + } else { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 5319 "VideoMetadata.c" + } +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 5323 "VideoMetadata.c" +} + + +static gchar* value_avi_chunk_lcopy_value (const GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) { + AVIChunk** object_p; + object_p = collect_values[0].v_pointer; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!object_p) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return g_strdup_printf ("value location for `%s' passed as NULL", G_VALUE_TYPE_NAME (value)); +#line 5334 "VideoMetadata.c" + } +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (!value->data[0].v_pointer) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + *object_p = NULL; +#line 5340 "VideoMetadata.c" + } else if (collect_flags & G_VALUE_NOCOPY_CONTENTS) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + *object_p = value->data[0].v_pointer; +#line 5344 "VideoMetadata.c" + } else { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + *object_p = avi_chunk_ref (value->data[0].v_pointer); +#line 5348 "VideoMetadata.c" + } +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return NULL; +#line 5352 "VideoMetadata.c" +} + + +GParamSpec* param_spec_avi_chunk (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags) { + ParamSpecAVIChunk* spec; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (g_type_is_a (object_type, TYPE_AVI_CHUNK), NULL); +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + spec = g_param_spec_internal (G_TYPE_PARAM_OBJECT, name, nick, blurb, flags); +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + G_PARAM_SPEC (spec)->value_type = object_type; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return G_PARAM_SPEC (spec); +#line 5366 "VideoMetadata.c" +} + + +gpointer value_get_avi_chunk (const GValue* value) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_val_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_AVI_CHUNK), NULL); +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return value->data[0].v_pointer; +#line 5375 "VideoMetadata.c" +} + + +void value_set_avi_chunk (GValue* value, gpointer v_object) { + AVIChunk* old; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_AVI_CHUNK)); +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + old = value->data[0].v_pointer; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (v_object) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (v_object, TYPE_AVI_CHUNK)); +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = v_object; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_ref (value->data[0].v_pointer); +#line 5395 "VideoMetadata.c" + } else { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 5399 "VideoMetadata.c" + } +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (old) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_unref (old); +#line 5405 "VideoMetadata.c" + } +} + + +void value_take_avi_chunk (GValue* value, gpointer v_object) { + AVIChunk* old; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, TYPE_AVI_CHUNK)); +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + old = value->data[0].v_pointer; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (v_object) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (v_object, TYPE_AVI_CHUNK)); +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = v_object; +#line 5424 "VideoMetadata.c" + } else { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + value->data[0].v_pointer = NULL; +#line 5428 "VideoMetadata.c" + } +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (old) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_unref (old); +#line 5434 "VideoMetadata.c" + } +} + + +static void avi_chunk_class_init (AVIChunkClass * klass) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + avi_chunk_parent_class = g_type_class_peek_parent (klass); +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + ((AVIChunkClass *) klass)->finalize = avi_chunk_finalize; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_type_class_add_private (klass, sizeof (AVIChunkPrivate)); +#line 5446 "VideoMetadata.c" +} + + +static void avi_chunk_instance_init (AVIChunk * self) { + gchar* _tmp0_ = NULL; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv = AVI_CHUNK_GET_PRIVATE (self); +#line 535 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->file = NULL; +#line 536 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _tmp0_ = g_strdup (""); +#line 536 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_name = _tmp0_; +#line 537 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_size = (guint64) 0; +#line 538 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->section_offset = (guint64) 0; +#line 539 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->input = NULL; +#line 540 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->priv->parent = NULL; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self->ref_count = 1; +#line 5470 "VideoMetadata.c" +} + + +static void avi_chunk_finalize (AVIChunk* obj) { + AVIChunk * self; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_AVI_CHUNK, AVIChunk); +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_signal_handlers_destroy (self); +#line 535 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->file); +#line 536 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_free0 (self->priv->section_name); +#line 539 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _g_object_unref0 (self->priv->input); +#line 540 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + _avi_chunk_unref0 (self->priv->parent); +#line 5488 "VideoMetadata.c" +} + + +GType avi_chunk_get_type (void) { + static volatile gsize avi_chunk_type_id__volatile = 0; + if (g_once_init_enter (&avi_chunk_type_id__volatile)) { + static const GTypeValueTable g_define_type_value_table = { value_avi_chunk_init, value_avi_chunk_free_value, value_avi_chunk_copy_value, value_avi_chunk_peek_pointer, "p", value_avi_chunk_collect_value, "p", value_avi_chunk_lcopy_value }; + static const GTypeInfo g_define_type_info = { sizeof (AVIChunkClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) avi_chunk_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (AVIChunk), 0, (GInstanceInitFunc) avi_chunk_instance_init, &g_define_type_value_table }; + static const GTypeFundamentalInfo g_define_type_fundamental_info = { (G_TYPE_FLAG_CLASSED | G_TYPE_FLAG_INSTANTIATABLE | G_TYPE_FLAG_DERIVABLE | G_TYPE_FLAG_DEEP_DERIVABLE) }; + GType avi_chunk_type_id; + avi_chunk_type_id = g_type_register_fundamental (g_type_fundamental_next (), "AVIChunk", &g_define_type_info, &g_define_type_fundamental_info, 0); + g_once_init_leave (&avi_chunk_type_id__volatile, avi_chunk_type_id); + } + return avi_chunk_type_id__volatile; +} + + +gpointer avi_chunk_ref (gpointer instance) { + AVIChunk* self; + self = instance; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_atomic_int_inc (&self->ref_count); +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + return instance; +#line 5513 "VideoMetadata.c" +} + + +void avi_chunk_unref (gpointer instance) { + AVIChunk* self; + self = instance; +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + if (g_atomic_int_dec_and_test (&self->ref_count)) { +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + AVI_CHUNK_GET_CLASS (self)->finalize (self); +#line 534 "/home/jens/Source/shotwell/src/VideoMetadata.vala" + g_type_free_instance ((GTypeInstance *) self); +#line 5526 "VideoMetadata.c" + } +} + + + -- cgit v1.2.3