summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-12-10 15:42:21 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-12-10 15:42:21 +0000
commit8c6bcd677196ce3c995bc9c5b73c074d4d629fbf (patch)
treec5930437c8ec1968e115f2f35e5915ce08edd434 /ChangeLog
parent67d36a32ff28c09c3f696ceb130d6ab1726d024f (diff)
gst/mpegaudioparse/gstmpegaudioparse.*: Do an initial class_ref on an internal enum type from within the class_init f...
Original commit message from CVS: * gst/mpegaudioparse/gstmpegaudioparse.c: (channel_mode_class), (GST_TYPE_MP3_CHANNEL_MODE), (mp3_type_frame_length_from_header), (gst_mp3parse_emit_frame), (mp3parse_get_query_types): * gst/mpegaudioparse/gstmpegaudioparse.h: Do an initial class_ref on an internal enum type from within the class_init function so that there aren't any issues when multiple mp3parse elements are started in separate threads at the same time. (Why we use an enum type here if the tag is registered as a string type, I don't know). Also remove custom UNUSED macro and use GLib's instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf512855..4b153729 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-12-10 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * gst/mpegaudioparse/gstmpegaudioparse.c: (channel_mode_class),
+ (GST_TYPE_MP3_CHANNEL_MODE), (mp3_type_frame_length_from_header),
+ (gst_mp3parse_emit_frame), (mp3parse_get_query_types):
+ * gst/mpegaudioparse/gstmpegaudioparse.h:
+ Do an initial class_ref on an internal enum type from within the
+ class_init function so that there aren't any issues when multiple
+ mp3parse elements are started in separate threads at the same
+ time. (Why we use an enum type here if the tag is registered as
+ a string type, I don't know). Also remove custom UNUSED macro
+ and use GLib's instead.
+
2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* configure.ac: