From 0d470f58ca30d7b488e1f1cce1d7bf27bd3239b2 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 21 Nov 2005 16:36:05 +0000 Subject: *.*: Ran scripts/update-macros. Oh yes. Original commit message from CVS: 2005-11-21 Andy Wingo * *.h: * *.c: Ran scripts/update-macros. Oh yes. --- ext/flac/gstflacenc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/flac') diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index f947a7b5..79f3de0b 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -707,7 +707,7 @@ gst_flacenc_set_property (GObject * object, guint prop_id, { GstFlacEnc *this = GST_FLACENC (object); - GST_LOCK (this); + GST_OBJECT_LOCK (this); switch (prop_id) { case PROP_QUALITY: @@ -766,7 +766,7 @@ gst_flacenc_set_property (GObject * object, guint prop_id, break; } - GST_UNLOCK (this); + GST_OBJECT_UNLOCK (this); } static void @@ -775,7 +775,7 @@ gst_flacenc_get_property (GObject * object, guint prop_id, { GstFlacEnc *this = GST_FLACENC (object); - GST_LOCK (this); + GST_OBJECT_LOCK (this); switch (prop_id) { case PROP_QUALITY: @@ -841,7 +841,7 @@ gst_flacenc_get_property (GObject * object, guint prop_id, break; } - GST_UNLOCK (this); + GST_OBJECT_UNLOCK (this); } static GstStateChangeReturn -- cgit