summaryrefslogtreecommitdiffstats
path: root/ext/cairo/gsttextoverlay.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-11-21 16:36:05 +0000
committerAndy Wingo <wingo@pobox.com>2005-11-21 16:36:05 +0000
commit0d470f58ca30d7b488e1f1cce1d7bf27bd3239b2 (patch)
tree30fe63cecf438125f1d50d3e290c367c5855a95f /ext/cairo/gsttextoverlay.c
parentbba99aa3da1aa594d6908d9d74f3679a8515aecd (diff)
*.*: Ran scripts/update-macros. Oh yes.
Original commit message from CVS: 2005-11-21 Andy Wingo <wingo@pobox.com> * *.h: * *.c: Ran scripts/update-macros. Oh yes.
Diffstat (limited to 'ext/cairo/gsttextoverlay.c')
-rw-r--r--ext/cairo/gsttextoverlay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/cairo/gsttextoverlay.c b/ext/cairo/gsttextoverlay.c
index c358ba7e..a6a889bd 100644
--- a/ext/cairo/gsttextoverlay.c
+++ b/ext/cairo/gsttextoverlay.c
@@ -292,7 +292,7 @@ gst_text_overlay_set_property (GObject * object, guint prop_id,
{
GstTextOverlay *overlay = GST_TEXT_OVERLAY (object);
- GST_LOCK (overlay);
+ GST_OBJECT_LOCK (overlay);
switch (prop_id) {
case ARG_TEXT:{
@@ -362,7 +362,7 @@ gst_text_overlay_set_property (GObject * object, guint prop_id,
overlay->need_render = TRUE;
- GST_UNLOCK (overlay);
+ GST_OBJECT_UNLOCK (overlay);
}
static void