gstreamer_core/libs/gst/check/gstbufferstraw.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    27  * These macros and functions are for internal use of the unit tests found
    27  * These macros and functions are for internal use of the unit tests found
    28  * inside the 'check' directories of various GStreamer packages.
    28  * inside the 'check' directories of various GStreamer packages.
    29  */
    29  */
    30 
    30 
    31 #include "gstbufferstraw.h"
    31 #include "gstbufferstraw.h"
    32 #ifdef __SYMBIAN32__
       
    33 #include <glib_global.h>
    32 #include <glib_global.h>
    34 #endif
    33 
    35 static GCond *cond = NULL;
    34 static GCond *cond = NULL;
    36 static GMutex *lock = NULL;
    35 static GMutex *lock = NULL;
    37 static GstBuffer *buf = NULL;
    36 static GstBuffer *buf = NULL;
    38 static gulong id;
    37 static gulong id;
    39 
    38