From 2450ca4d3adc4e15edb8f8cfc5c211a35f76a6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 2 May 2007 18:31:16 +0000 Subject: ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings. Original commit message from CVS: * ext/wavpack/gstwavpack.c: (plugin_init): Call bindtextdomain() to get localized strings. * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain): * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset), (gst_wavpack_parse_handle_seek_event), (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain): * ext/wavpack/gstwavpackparse.h: Handle DISCONT buffers by correctly setting the DISCONT flag on outgoing buffers when necessary. * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event) Send newsegment from the streaming thread. --- ext/wavpack/gstwavpackparse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/wavpack/gstwavpackparse.h') diff --git a/ext/wavpack/gstwavpackparse.h b/ext/wavpack/gstwavpackparse.h index 7729c0f4..c1d6feea 100644 --- a/ext/wavpack/gstwavpackparse.h +++ b/ext/wavpack/gstwavpackparse.h @@ -60,6 +60,7 @@ struct _GstWavpackParse guint total_samples; gboolean need_newsegment; + gboolean discont; gint64 current_offset; /* byte offset on sink pad */ gint64 upstream_length; /* length of file in bytes */ -- cgit v1.2.1