summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacenc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-03-24 19:41:03 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-03-24 19:41:03 +0000
commit1aca0c541b4381deac3940125583c46a15c381ca (patch)
tree56f4d358d0ecc4846b2e0be1db3e486b9fd29172 /ext/flac/gstflacenc.h
parentaa23e235dc6b8c622c0e85b6020efce3facb3314 (diff)
ext/flac/: Spifify a bit.
Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event): * ext/flac/gstflacdec.h: * ext/flac/gstflacenc.h: Spifify a bit. Fix deadly lock order error in seeking code, STREAM_LOCK cannot be taken within LOCK and the streaming variables are protected with the STREAM_LOCK anyway.
Diffstat (limited to 'ext/flac/gstflacenc.h')
-rw-r--r--ext/flac/gstflacenc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/flac/gstflacenc.h b/ext/flac/gstflacenc.h
index 9a68386d..98e46029 100644
--- a/ext/flac/gstflacenc.h
+++ b/ext/flac/gstflacenc.h
@@ -27,7 +27,6 @@
G_BEGIN_DECLS
-
#define GST_TYPE_FLAC_ENC (gst_flac_enc_get_type())
#define GST_FLAC_ENC(obj) G_TYPE_CHECK_INSTANCE_CAST(obj, GST_TYPE_FLAC_ENC, GstFlacEnc)
#define GST_FLAC_ENC_CLASS(klass) G_TYPE_CHECK_CLASS_CAST(klass, GST_TYPE_FLAC_ENC, GstFlacEnc)
@@ -67,8 +66,6 @@ struct _GstFlacEncClass {
GType gst_flac_enc_get_type(void);
-
G_END_DECLS
-
#endif /* __GST_FLAC_ENC_H__ */