[gstreamermm: 17/167] temporary(?) removed lock/unlock methods



commit 5ae92977cf5c2e22da6b27a68e1b0ec5a8500062
Author: Marcin Kolny at Flytronic <marcin kolny flytronic pl>
Date:   Wed Jul 24 15:54:38 2013 +0200

    temporary(?) removed lock/unlock methods

 gstreamer/src/basetransform.ccg |    9 ---------
 gstreamer/src/basetransform.hg  |    9 ---------
 2 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/gstreamer/src/basetransform.ccg b/gstreamer/src/basetransform.ccg
index 3ba40bb..171ee22 100644
--- a/gstreamer/src/basetransform.ccg
+++ b/gstreamer/src/basetransform.ccg
@@ -29,15 +29,6 @@ namespace Gst
 const Glib::ustring BaseTransform::SINK_NAME = GST_BASE_TRANSFORM_SINK_NAME;
 const Glib::ustring BaseTransform::SRC_NAME = GST_BASE_TRANSFORM_SRC_NAME;
 
-void BaseTransform::lock()
-{
-  GST_BASE_TRANSFORM_LOCK(gobj());
-}
-
-void BaseTransform::unlock()
-{
-  GST_BASE_TRANSFORM_UNLOCK(gobj());
-}
 
 gboolean BaseTransform_Class::start_vfunc_callback(GstBaseTransform* self)
 {
diff --git a/gstreamer/src/basetransform.hg b/gstreamer/src/basetransform.hg
index 6b64d3d..2b04ff6 100644
--- a/gstreamer/src/basetransform.hg
+++ b/gstreamer/src/basetransform.hg
@@ -151,15 +151,6 @@ public:
   _WRAP_METHOD(void suggest(const Glib::RefPtr<Gst::Caps>& caps, guint size), gst_base_transform_suggest)
   _WRAP_METHOD(void reconfigure(), gst_base_transform_reconfigure)
 
-  /** Obtain a lock to protect the transform function from concurrent access.
-   */
-  void lock();
-
-  /** Release the lock that protects the transform function from concurrent
-   * access.
-   */
-  void unlock();
-
   /** Gives the refptr to the sink Gst::Pad object of the element.
    */
   _MEMBER_GET_GOBJECT(sink_pad, sinkpad, Gst::Pad, GstPad*)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]