X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fplayback%2Fgstplaysinkconvertbin.h;h=1e452b23080e6df261936fb09c150a83e8bf14a9;hb=5f59b4f7eee9d07531e2784b9ebb21ab325b6162;hp=fd787d923f511c2189e3900a10c33c3276fdca25;hpb=32bb92f2fad6a23ecefb0ee6c4225b1358994c6d;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/playback/gstplaysinkconvertbin.h b/gst/playback/gstplaysinkconvertbin.h index fd787d9..1e452b2 100644 --- a/gst/playback/gstplaysinkconvertbin.h +++ b/gst/playback/gstplaysinkconvertbin.h @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include @@ -41,7 +41,7 @@ G_BEGIN_DECLS GST_LOG_OBJECT (obj, \ "locking from thread %p", \ g_thread_self ()); \ - g_mutex_lock (GST_PLAY_SINK_CONVERT_BIN_CAST(obj)->lock); \ + g_mutex_lock (&GST_PLAY_SINK_CONVERT_BIN_CAST(obj)->lock); \ GST_LOG_OBJECT (obj, \ "locked from thread %p", \ g_thread_self ()); \ @@ -51,7 +51,7 @@ G_BEGIN_DECLS GST_LOG_OBJECT (obj, \ "unlocking from thread %p", \ g_thread_self ()); \ - g_mutex_unlock (GST_PLAY_SINK_CONVERT_BIN_CAST(obj)->lock); \ + g_mutex_unlock (&GST_PLAY_SINK_CONVERT_BIN_CAST(obj)->lock); \ } G_STMT_END typedef struct _GstPlaySinkConvertBin GstPlaySinkConvertBin; @@ -62,7 +62,7 @@ struct _GstPlaySinkConvertBin GstBin parent; /* < private > */ - GMutex *lock; + GMutex lock; GstPad *sinkpad, *sink_proxypad; guint sink_proxypad_block_id;