=> Bootstrap dependency digest>=20010302: found digest-20160304
WARNING: [license.mk] Every package should define a LICENSE.
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for gst-plugins0.10-bad-0.10.23nb6
/usr/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23'
Making all in gst-libs
gmake[2]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs'
Making all in gst
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst'
Making all in interfaces
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst/interfaces'
  GEN    photography-enumtypes.h
  GEN    photography-enumtypes.c
/usr/pkg/bin/gmake  all-am
gmake[5]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst/interfaces'
  CC     libgstphotography_0.10_la-photography.lo
  CC     libgstphotography_0.10_la-photography-enumtypes.lo
  CCLD   libgstphotography-0.10.la
gmake[5]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst/interfaces'
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst/interfaces'
Making all in signalprocessor
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst/signalprocessor'
  CC     libgstsignalprocessor_0.10_la-gstsignalprocessor.lo
  CCLD   libgstsignalprocessor-0.10.la
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst/signalprocessor'
Making all in video
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst/video'
  CC     libgstbasevideo_0.10_la-gstbasevideocodec.lo
  CC     libgstbasevideo_0.10_la-gstbasevideoutils.lo
  CC     libgstbasevideo_0.10_la-gstbasevideodecoder.lo
  CC     libgstbasevideo_0.10_la-gstbasevideoencoder.lo
  CC     libgstbasevideo_0.10_la-gstsurfacebuffer.lo
  CC     libgstbasevideo_0.10_la-gstsurfaceconverter.lo
  CC     libgstbasevideo_0.10_la-videocontext.lo
gstbasevideoencoder.c:204:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_encoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideoencoder.c:225:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_encoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideocodec.c:100:3: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations]
  g_static_rec_mutex_init (&base_video_codec->stream_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:175:1: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_init)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideocodec.c:110:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_codec);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideocodec.c:124:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_codec);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideocodec.c:132:3: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations]
  g_static_rec_mutex_free (&base_video_codec->stream_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:194:1: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_free)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideoencoder.c:327:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_encoder);
  ^
./gstbasevideocodec.h:82:49: gstbasevideocodec.cnote:: 180expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_codec);                                                ^

  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h./gstbasevideocodec.h::82178:49:: 1note::  expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'note
: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h
:                                                ^
333/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178::149::  note: note'g_static_rec_mutex_lock' has been explicitly marked deprecated here
: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49:# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f) 
note                                                ^: 
expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)

                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERNexpanded from macro 'GLIB_DEPRECATED_FOR'

                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERNnote
:                                ^expanded from macro 'G_DEPRECATED_FOR'

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note#define G_DEPRECATED_FOR(f) G_DEPRECATED
:                             ^expanded from macro 'G_DEPRECATED_FOR'

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393#define G_DEPRECATED_FOR(f) G_DEPRECATED:
37                            ^:
 /data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.hnote:: 393expanded from macro 'G_DEPRECATED':
37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideocodec.c:183:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_codec);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideoencoder.c:395:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_encoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideoencoder.c:504:7: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
      GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_encoder);
      ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideoencoder.c:514:7: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
      GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_encoder);
      ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
gstbasevideodecoder.c:258:3: warning# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f): 
'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:  GST_BASE_VIDEO_CODEC_STREAM_LOCK (decoder);29
:   ^note
: expanded from macro 'G_DEPRECATED_FOR'
./gstbasevideocodec.h:82:49:#define G_DEPRECATED_FOR(f) G_DEPRECATED note: 
expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'                            ^

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.hgstbasevideoencoder.c::333:49:527 note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR':
7: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
      GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_encoder);
      ^/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h
:./gstbasevideocodec.h432::82:32:49:  note: noteexpanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK': expanded from macro 'GLIB_DEPRECATED_FOR'

#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock):
29                                                ^:
 note/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h: :178expanded from macro 'G_DEPRECATED_FOR':
1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
37:/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h :note333: :expanded from macro 'G_DEPRECATED'49
: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
gstbasevideodecoder.c:261:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (decoder);29
:   ^note: expanded from macro 'G_DEPRECATED_FOR'

./gstbasevideocodec.h:83:51: #define G_DEPRECATED_FOR(f) G_DEPRECATED
note                            ^
: /data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.hexpanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
:393:37: note: expanded from macro 'G_DEPRECATED'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)#define G_DEPRECATED __attribute__((__deprecated__))

                                    ^                                                  ^

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideoencoder.c:539:9: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
        GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_encoder);
        ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
gstbasevideodecoder.c                                                  ^
:282/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h::1843::1 :warning : note'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)

  ^
^./gstbasevideocodec.h
:82/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:49:: note333: :expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'49
: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)

                                                ^                                                ^

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h::432178::132: :note : note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated hereexpanded from macro 'GLIB_DEPRECATED_FOR'

GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h
:333:49                               ^: 
note/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405: :expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'29
: note: expanded from macro 'G_DEPRECATED_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                                                ^                            ^

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h::432393::37:32 :note : noteexpanded from macro 'G_DEPRECATED'
: expanded from macro 'GLIB_DEPRECATED_FOR'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: gstbasevideoencoder.cnote:548: :expanded from macro 'G_DEPRECATED'7:
 warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
      GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_encoder);
      ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:327:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideoencoder.c:622:7: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
      GST_BASE_VIDEO_CODEC_STREAM_LOCK (enc);
      ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:411:7: warning: gstbasevideoencoder.c'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]:
625:7: warning:       GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]

      ^
./gstbasevideocodec.h:82      GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (enc);
:      ^
49:./gstbasevideocodec.h :note83: :expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'51
: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock):
178                                                  ^:
1/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:: note184: :1:'g_static_rec_mutex_lock' has been explicitly marked deprecated here
 note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated hereGLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)

^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.hGLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock):
333:49:^ 
note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: # define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'                                                ^

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: # define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)note: 
                                                ^expanded from macro 'GLIB_DEPRECATED_FOR'

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32:#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN 
note                               ^: expanded from macro 'GLIB_DEPRECATED_FOR'

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN:
                               ^ 
note: expanded from macro 'G_DEPRECATED_FOR'
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:#define G_DEPRECATED_FOR(f) G_DEPRECATED
29                            ^:
 /data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.hnote:: 393:37expanded from macro 'G_DEPRECATED_FOR'
: note: expanded from macro 'G_DEPRECATED'#define G_DEPRECATED_FOR(f) G_DEPRECATED

                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h#define G_DEPRECATED __attribute__((__deprecated__)):393
:                                    ^37:
 note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:427:7: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
      GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
      ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:440:7: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
      GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
      ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:477:11: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
          GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
          ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:492:7: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
      GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
      ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:497:7: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
      GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
      ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:500:7: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
      GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
      ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideoencoder.c:778:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_encoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:943:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:983:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideoencoder.c:880:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_encoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideoencoder.c:963:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_encoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1239:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1298:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1330:7: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
      GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
      ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1336:7: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
      GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
      ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1350:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1366:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
6 warnings generated.
gstbasevideodecoder.c:1504:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (dec);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideoencoder.c:1126:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_encoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated heregstbasevideodecoder.c:
1532:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (dec);
  ^
./gstbasevideocodec.h:83/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:51:: 333note:: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
49: #define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
note                                                  ^: 
expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h
:184:1: # define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
note                                                ^: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock):
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h32::333: 49note: : noteexpanded from macro 'GLIB_DEPRECATED_FOR'
: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32:405:29:: note:  note: expanded from macro 'GLIB_DEPRECATED_FOR'
expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN

                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h: note: expanded from macro 'G_DEPRECATED_FOR'
:#define G_DEPRECATED_FOR(f) G_DEPRECATED
393                            ^
:/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'37
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1558:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1676:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1699:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1707:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideoencoder.c:1205:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_encoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
gstbasevideodecoder.c:1786:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:82:49:#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock) 
note                                                ^: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated hereGLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)

^GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)

^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h333:49:: 333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:29:432 :note: 32expanded from macro 'G_DEPRECATED_FOR'
: note: expanded from macro 'GLIB_DEPRECATED_FOR'#define G_DEPRECATED_FOR(f) G_DEPRECATED

                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideoencoder.c:1207:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_encoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'gstbasevideodecoder.c
:1810:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
83:51:                                                   ^note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: #define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
note/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h: :'g_static_rec_mutex_unlock' has been explicitly marked deprecated here184:1: 
note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333
:49:^ note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49:# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432 :32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)                            ^

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:                                                ^37
:/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1896:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1903:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1918:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1921:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1936:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1938:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1959:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1969:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:1993:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:2022:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:2049:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:2063:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:2092:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:82:49: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_LOCK(codec) g_static_rec_mutex_lock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasevideodecoder.c:2105:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_decoder);
  ^
./gstbasevideocodec.h:83:51: note: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'
#define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
17 warnings generated.
41 warnings generated.
  CCLD   libgstbasevideo-0.10.la
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst/video'
Making all in basecamerabinsrc
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst/basecamerabinsrc'
  CC     libgstbasecamerabinsrc_0.10_la-gstbasecamerasrc.lo
  CC     libgstbasecamerabinsrc_0.10_la-gstcamerabin-enum.lo
  CC     libgstbasecamerabinsrc_0.10_la-gstcamerabinpreview.lo
gstbasecamerasrc.c:236:3: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
  g_mutex_free (src->capturing_mutex);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbasecamerasrc.c:550:27: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  self->capturing_mutex = g_mutex_new ();
                          ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabinpreview.c:198:27: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  data->processing_lock = g_mutex_new ();
                          ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabinpreview.c:199:27: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations]
  data->processing_cond = g_cond_new ();
                          ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:280:1: note: 'g_cond_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabinpreview.c:234:5: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
    g_mutex_free (preview->processing_lock);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabinpreview.c:238:5: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations]
    g_cond_free (preview->processing_cond);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:282:1: note: 'g_cond_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
2 warnings generated.
4 warnings generated.
  CCLD   libgstbasecamerabinsrc-0.10.la
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst/basecamerabinsrc'
Making all in codecparsers
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst/codecparsers'
  CC     libgstcodecparsers_0.10_la-gsth264parser.lo
  CC     libgstcodecparsers_0.10_la-gstmpegvideoparser.lo
  CC     libgstcodecparsers_0.10_la-parserutils.lo
  CC     libgstcodecparsers_0.10_la-gstmpeg4parser.lo
  CC     libgstcodecparsers_0.10_la-gstvc1parser.lo
gstmpegvideoparser.c:87:1: warning: unused function 'find_start_code' [-Wunused-function]
find_start_code (GstBitReader * b)
^
gsth264parser.c:238:1: warning: unused function 'nal_reader_skip_to_byte' [-Wunused-function]
nal_reader_skip_to_byte (NalReader * nr)
^
1 warning generated.
1 warning generated.
  CCLD   libgstcodecparsers-0.10.la
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst/codecparsers'
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs/gst'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs'
gmake[2]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst-libs'
Making all in gst
gmake[2]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst'
/usr/pkg/bin/gmake -C adpcmdec
/usr/pkg/bin/gmake -C adpcmenc
/usr/pkg/bin/gmake -C aiff
/usr/pkg/bin/gmake -C asfmux
/usr/pkg/bin/gmake -C audiovisualizers
/usr/pkg/bin/gmake -C autoconvert
/usr/pkg/bin/gmake -C bayer
/usr/pkg/bin/gmake -C camerabin
/usr/pkg/bin/gmake -C camerabin2
/usr/pkg/bin/gmake -C cdxaparse
/usr/pkg/bin/gmake -C coloreffects
/usr/pkg/bin/gmake -C colorspace
/usr/pkg/bin/gmake -C dataurisrc
/usr/pkg/bin/gmake -C dccp
/usr/pkg/bin/gmake -C debugutils
/usr/pkg/bin/gmake -C dtmf
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/adpcmenc'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/aiff'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/adpcmdec'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dccp'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/asfmux'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/coloreffects'
  CC     libgstaiff_la-aiff.lo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dtmf'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin'
  CC     libgstcoloreffects_la-gstplugin.lo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dataurisrc'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/bayer'
  GEN    gstcamerabin-marshal.c
  CC     libgstdtmf_la-gstdtmfsrc.lo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/colorspace'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/audiovisualizers'
  CC     libgstasfmux_la-gstasfmux.lo
  CC     libgstdccp_la-gstdccpplugin.lo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/autoconvert'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/cdxaparse'
  CC     libgstadpcmenc_la-adpcmenc.lo
  ORCC   tmp-orc.c
  CC     libgstadpcmdec_la-adpcmdec.lo
  CC     libgstautoconvert_la-gstautoconvert.lo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/debugutils'
  CC     libgstaudiovisualizers_la-plugin.lo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin2'
  GEN    debugutils-marshal.c
  CC     libgstcamerabin2_la-gstviewfinderbin.lo
  CC     libgstcdxaparse_la-gstcdxaparse.lo
In function cogorc_upsample_horiz_cosite_1tap:
error: line 119: unknown .source token 'guint8'
In function cogorc_upsample_horiz_cosite:
error: line 128: unknown .source token 'guint8'
In function orc_pack_yuyv:
error: line 176: unknown .dest token 'guint8'
In function orc_pack_uyvy:
error: line 220: unknown .dest token 'guint8'
In function orc_matrix2_u8:
error: line 238: unknown .source token 'guint8'
error: line 239: unknown .dest token 'guint8'
error: line 240: unknown .dest token 'guint8'
In function orc_matrix2_11_u8:
error: line 258: unknown .source token 'guint8'
error: line 259: unknown .dest token 'guint8'
error: line 260: unknown .dest token 'guint8'
In function orc_matrix2_12_u8:
error: line 283: unknown .source token 'guint8'
error: line 284: unknown .dest token 'guint8'
error: line 285: unknown .dest token 'guint8'
In function orc_matrix3_u8:
error: line 309: unknown .source token 'guint8'
error: line 310: unknown .dest token 'guint8'
error: line 311: unknown .dest token 'guint8'
error: line 312: unknown .dest token 'guint8'
In function orc_matrix3_100_u8:
error: line 334: unknown .source token 'guint8'
error: line 335: unknown .dest token 'guint8'
error: line 336: unknown .dest token 'guint8'
error: line 337: unknown .dest token 'guint8'
In function orc_matrix3_100_offset_u8:
error: line 364: unknown .source token 'guint8'
error: line 365: unknown .dest token 'guint8'
error: line 366: unknown .dest token 'guint8'
error: line 367: unknown .dest token 'guint8'
In function orc_matrix3_000_u8:
error: line 397: unknown .source token 'guint8'
error: line 398: unknown .dest token 'guint8'
error: line 399: unknown .dest token 'guint8'
error: line 400: unknown .dest token 'guint8'
In function orc_pack_123x:
error: line 428: unknown .source token 'guint32'
In function orc_pack_x123:
error: line 442: unknown .source token 'guint32'
  CC     libgstdataurisrc_la-gstdataurisrc.lo
  ORCC   gstcolorspaceorc.h
In function cogorc_upsample_horiz_cosite_1tap:
error: line 119: unknown .source token 'guint8'
In function cogorc_upsample_horiz_cosite:
error: line 128: unknown .source token 'guint8'
In function orc_pack_yuyv:
error: line 176: unknown .dest token 'guint8'
In function orc_pack_uyvy:
error: line 220: unknown .dest token 'guint8'
In function orc_matrix2_u8:
error: line 238: unknown .source token 'guint8'
error: line 239: unknown .dest token 'guint8'
error: line 240: unknown .dest token 'guint8'
In function orc_matrix2_11_u8:
error: line 258: unknown .source token 'guint8'
error: line 259: unknown .dest token 'guint8'
error: line 260: unknown .dest token 'guint8'
In function orc_matrix2_12_u8:
error: line 283: unknown .source token 'guint8'
error: line 284: unknown .dest token 'guint8'
error: line 285: unknown .dest token 'guint8'
In function orc_matrix3_u8:
error: line 309: unknown .source token 'guint8'
error: line 310: unknown .dest token 'guint8'
error: line 311: unknown .dest token 'guint8'
error: line 312: unknown .dest token 'guint8'
In function orc_matrix3_100_u8:
error: line 334: unknown .source token 'guint8'
error: line 335: unknown .dest token 'guint8'
error: line 336: unknown .dest token 'guint8'
error: line 337: unknown .dest token 'guint8'
In function orc_matrix3_100_offset_u8:
error: line 364: unknown .source token 'guint8'
error: line 365: unknown .dest token 'guint8'
error: line 366: unknown .dest token 'guint8'
error: line 367: unknown .dest token 'guint8'
In function orc_matrix3_000_u8:
error: line 397: unknown .source token 'guint8'
error: line 398: unknown .dest token 'guint8'
error: line 399: unknown .dest token 'guint8'
error: line 400: unknown .dest token 'guint8'
In function orc_pack_123x:
error: line 428: unknown .source token 'guint32'
In function orc_pack_x123:
error: line 442: unknown .source token 'guint32'
/usr/pkg/bin/gmake  all-am
  ORCC   tmp-orc.c
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/colorspace'
  CC     libgstcolorspace_la-gstcolorspace.lo
  ORCC   gstbayerorc.h
/usr/pkg/bin/gmake  all-am
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/bayer'
  CC     libgstbayer_la-gstbayer.lo
INFO: Reading debugutils-marshal.list...
  GEN    debugutils-marshal.h
INFO: Reading gstcamerabin-marshal.list...
  GEN    gstcamerabin-marshal.h
INFO: Reading debugutils-marshal.list...
/usr/pkg/bin/gmake  all-am
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/debugutils'
  CC     libgstdebugutilsbad_la-gstdebugspy.lo
INFO: Reading gstcamerabin-marshal.list...
/usr/pkg/bin/gmake  all-am
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin'
  CC     libgstcamerabin_la-gstcamerabin.lo
  CC     libgstaiff_la-aiffmux.lo
  CC     libgstcoloreffects_la-gstcoloreffects.lo
  CC     libgstbayer_la-gstbayer2rgb.lo
  CC     libgstdccp_la-gstdccp.lo
  CC     libgstdebugutilsbad_la-fpsdisplaysink.lo
  CC     libgstaudiovisualizers_la-gstbaseaudiovisualizer.lo
gstcdxaparse.c:446:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_PAD_STREAM_LOCK (cdxa->sinkpad);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:831:42: note: expanded from macro 'GST_PAD_STREAM_LOCK'
#define GST_PAD_STREAM_LOCK(pad)        (g_static_rec_mutex_lock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcdxaparse.c:464:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_PAD_STREAM_UNLOCK (cdxa->sinkpad);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:854:42: note: expanded from macro 'GST_PAD_STREAM_UNLOCK'
#define GST_PAD_STREAM_UNLOCK(pad)      (g_static_rec_mutex_unlock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CCLD   libgstadpcmenc.la
gstcamerabin.c:942:5: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
    g_mutex_free (camera->capture_mutex);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin.c:946:5: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations]
    g_cond_free (camera->cond);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:282:1: note: 'g_cond_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin.c:950:5: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations]
    g_cond_free (camera->idle_cond);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:282:1: note: 'g_cond_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin.c:1180:5: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
    GST_PAD_STREAM_LOCK (pad_zoom_sink);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:831:42: note: expanded from macro 'GST_PAD_STREAM_LOCK'
#define GST_PAD_STREAM_LOCK(pad)        (g_static_rec_mutex_lock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin.c:1183:5: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
    GST_PAD_STREAM_UNLOCK (pad_zoom_sink);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:854:42: note: expanded from macro 'GST_PAD_STREAM_UNLOCK'
#define GST_PAD_STREAM_UNLOCK(pad)      (g_static_rec_mutex_unlock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstasfmux.c:769:35: warning: format specifies type 'unsigned short' but the argument has type 'guint32' (aka 'unsigned int') [-Wformat]
        audiopad->audioinfo.size, codec_data_length);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstinfo.h:857:96: note: expanded from macro 'GST_DEBUG_OBJECT'
#define GST_DEBUG_OBJECT(obj,...)       GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_DEBUG,   obj,  __VA_ARGS__)
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstinfo.h:514:31: note: expanded from macro 'GST_CAT_LEVEL_LOG'
        (GObject *) (object), __VA_ARGS__);                             \
                              ^~~~~~~~~~~
gstasfmux.c:1505:9: warning: format specifies type 'unsigned short' but the argument has type 'guint32' (aka 'unsigned int') [-Wformat]
        payload->offset_in_media_obj);
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstinfo.h:857:96: note: expanded from macro 'GST_DEBUG_OBJECT'
#define GST_DEBUG_OBJECT(obj,...)       GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_DEBUG,   obj,  __VA_ARGS__)
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstinfo.h:514:31: note: expanded from macro 'GST_CAT_LEVEL_LOG'
        (GObject *) (object), __VA_ARGS__);                             \
                              ^~~~~~~~~~~
gstcamerabin.c:3369:27: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  camera->capture_mutex = g_mutex_new ();
                          ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin.c:3370:18: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations]
  camera->cond = g_cond_new ();
                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:280:1: note: 'g_cond_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin.c:3371:23: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations]
  camera->idle_cond = g_cond_new ();
                      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:280:1: note: 'g_cond_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstasfmux.c:1688:39: warning: format specifies type 'unsigned short' but the argument has type 'guint32' (aka 'unsigned int') [-Wformat]
      pad->max_keyframe_packet_count, entries_count);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstinfo.h:857:96: note: expanded from macro 'GST_DEBUG_OBJECT'
#define GST_DEBUG_OBJECT(obj,...)       GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_DEBUG,   obj,  __VA_ARGS__)
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstinfo.h:514:31: note: expanded from macro 'GST_CAT_LEVEL_LOG'
        (GObject *) (object), __VA_ARGS__);                             \
                              ^~~~~~~~~~~
  CC     libgstautoconvert_la-gstautovideoconvert.lo
gstcamerabin.c:4046:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_STATE_LOCK (camera);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstelement.h:499:48: note: expanded from macro 'GST_STATE_LOCK'
gstasfmux.c:1858#define GST_STATE_LOCK(elem)                   g_static_rec_mutex_lock(GST_STATE_GET_LOCK(elem)):
7                                               ^:
 warning: /data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.hformat specifies type 'unsigned short' but the argument has type 'guint8' (aka 'unsigned char') [-Wformat]:
178:1:      pad->stream_number); 
~~~~~~^~~~~~~~~~~~~~~~~~note
: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstinfo.hGLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock):
858^
:/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h95::333:49:  notenote: : expanded from macro 'GST_LOG_OBJECT'expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'

# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^#define GST_LOG_OBJECT(obj,...)         GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_LOG,     obj,  __VA_ARGS__)

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~:
432:/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstinfo.h32::514 note:: 31:expanded from macro 'GLIB_DEPRECATED_FOR' 
note: #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERNexpanded from macro 'GST_CAT_LEVEL_LOG'

                               ^        (GObject *) (object), __VA_ARGS__);                             \

/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h                              ^~~~~~~~~~~
:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin.c:4055:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_STATE_UNLOCK (camera);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstelement.h:501:48: note: expanded from macro 'GST_STATE_UNLOCK'
#define GST_STATE_UNLOCK(elem)                 g_static_rec_mutex_unlock(GST_STATE_GET_LOCK(elem))
                                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstasfmux.c:1959:34: warning: format specifies type 'unsigned short' but the argument has type 'guint8' (aka 'unsigned char') [-Wformat]
          ": %" GST_TIME_FORMAT, pad->stream_number, GST_TIME_ARGS (time));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstinfo.h:857:96: notegstcamerabin.c: :expanded from macro 'GST_DEBUG_OBJECT'4092
:14: warning: 'g_thread_create' is deprecated [-Wdeprecated-declarations]
#define GST_DEBUG_OBJECT(obj,...)       GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_DEBUG,   obj,  __VA_ARGS__)
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
        if (!g_thread_create (gst_camerabin_imgbin_finished,
             ^/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstinfo.h
:514/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:31:: 103note:: 1expanded from macro 'GST_CAT_LEVEL_LOG':
 note: 'g_thread_create' has been explicitly marked deprecated here
        (GObject *) (object), __VA_ARGS__);                             \
                              ^~~~~~~~~~~GLIB_DEPRECATED_IN_2_32_FOR(g_thread_new)

^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
2 warnings generated.
  CC     libgstdtmf_la-gstdtmfdetect.lo
  CCLD   libgstadpcmdec.la
  CC     libgstcdxaparse_la-gstvcdparse.lo
  CC     libgstcolorspace_la-colorspace.lo
  CC     libgstcoloreffects_la-gstchromahold.lo
gstdccp.c:369:21: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
  if (bytes_written < 0)
      ~~~~~~~~~~~~~ ^ ~
  CC     libgstcamerabin2_la-camerabingeneral.lo
  CC     libgstaiff_la-aiffparse.lo
1 warning generated.
  CC     libgstdccp_la-gstdccpserversink.lo
  CC     libgstbayer_la-gstrgb2bayer.lo
  CCLD   libgstdataurisrc.la
gstchromahold.c:184:3: warning: 'g_static_mutex_init' is deprecated [-Wdeprecated-declarations]
  g_static_mutex_init (&self->lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:149:1: note: 'g_static_mutex_init' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_mutex_init)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstchromahold.c:192:3: warning: 'g_static_mutex_free' is deprecated [-Wdeprecated-declarations]
  g_static_mutex_free (&self->lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:151:1: note: 'g_static_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_mutex_clear)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstchromahold.c:203:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]
  GST_CHROMA_HOLD_LOCK (self);
  ^
gstchromahold.c:89:3: note: expanded from macro 'GST_CHROMA_HOLD_LOCK'
  g_static_mutex_lock (&self->lock); \
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock'
    g_mutex_lock (g_static_mutex_get_mutex (mutex))
                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:153:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstchromahold.c:225:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]
  GST_CHROMA_HOLD_UNLOCK (self);
  ^
gstchromahold.c:96:3: note: expanded from macro 'GST_CHROMA_HOLD_UNLOCK'
  g_static_mutex_unlock (&self->lock); \
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex))
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:153:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstchromahold.c:277:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]
  GST_CHROMA_HOLD_LOCK (self);
  ^
gstchromahold.c:89:3: note: expanded from macro 'GST_CHROMA_HOLD_LOCK'
  g_static_mutex_lock (&self->lock); \
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock'
    g_mutex_lock (g_static_mutex_get_mutex (mutex))
                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:153:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstchromahold.c:284:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]
    GST_CHROMA_HOLD_UNLOCK (self);
    ^
gstchromahold.c:96:3: note: expanded from macro 'GST_CHROMA_HOLD_UNLOCK'
  g_static_mutex_unlock (&self->lock); \
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex))
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:153:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstchromahold.c:293:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]
    GST_CHROMA_HOLD_UNLOCK (self);
    ^
gstchromahold.c:96:3: note: expanded from macro 'GST_CHROMA_HOLD_UNLOCK'
  g_static_mutex_unlock (&self->lock); \
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex))
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:153:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstchromahold.c:297:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]
  GST_CHROMA_HOLD_UNLOCK (self);
  ^
gstchromahold.c:96:3: note: expanded from macro 'GST_CHROMA_HOLD_UNLOCK'
  g_static_mutex_unlock (&self->lock); \
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex))
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:153:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstchromahold.c:423:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]
  GST_CHROMA_HOLD_LOCK (self);
  ^
gstchromahold.c:89:3: note: expanded from macro 'GST_CHROMA_HOLD_LOCK'
  g_static_mutex_lock (&self->lock); \
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock'
    g_mutex_lock (g_static_mutex_get_mutex (mutex))
                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:153:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstchromahold.c:425:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]
  GST_CHROMA_HOLD_UNLOCK (self);
  ^
gstchromahold.c:96:3: note: expanded from macro 'GST_CHROMA_HOLD_UNLOCK'
  g_static_mutex_unlock (&self->lock); \
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex))
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:153:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstchromahold.c:449:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]
  GST_CHROMA_HOLD_LOCK (self);
  ^
gstchromahold.c:89:3: note: expanded from macro 'GST_CHROMA_HOLD_LOCK'
  g_static_mutex_lock (&self->lock); \
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock'
    g_mutex_lock (g_static_mutex_get_mutex (mutex))
                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:153:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstchromahold.c:453:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]
    GST_CHROMA_HOLD_UNLOCK (self);
    ^
gstchromahold.c:96:3: note: expanded from macro 'GST_CHROMA_HOLD_UNLOCK'
  g_static_mutex_unlock (&self->lock); \
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex))
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:153:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstchromahold.c:462:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]
  GST_CHROMA_HOLD_UNLOCK (self);
  ^
gstchromahold.c:96:3: note: expanded from macro 'GST_CHROMA_HOLD_UNLOCK'
  g_static_mutex_unlock (&self->lock); \
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex))
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:153:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
13 warnings generated.
5 warnings generated.
  CC     libgstdtmf_la-gstrtpdtmfsrc.lo
  CCLD   libgstcoloreffects.la
  CC     libgstasfmux_la-gstasfobjects.lo
  CC     libgstdebugutilsbad_la-debugutilsbad.lo
  CC     libgstcamerabin2_la-gstwrappercamerabinsrc.lo
aiffparse.c:347:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_PAD_STREAM_LOCK (aiff->sinkpad);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:831:42: note: expanded from macro 'GST_PAD_STREAM_LOCK'
#define GST_PAD_STREAM_LOCK(pad)        (g_static_rec_mutex_lock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
aiffparse.c:481:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_PAD_STREAM_UNLOCK (aiff->sinkpad);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:854:42: note: expanded from macro 'GST_PAD_STREAM_UNLOCK'
#define GST_PAD_STREAM_UNLOCK(pad)      (g_static_rec_mutex_unlock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
11 warnings generated.
  CC     libgstcamerabin_la-gstcamerabincolorbalance.lo
gstautovideoconvert.c:106:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]
  g_static_mutex_lock (&factories_mutex);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock'
    g_mutex_lock (g_static_mutex_get_mutex (mutex))
                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:153:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstautovideoconvert.c:125:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]
  g_static_mutex_unlock (&factories_mutex);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex))
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:153:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbaseaudiovisualizer.c:492:24: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  scope->config_lock = g_mutex_new ();
                       ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbaseaudiovisualizer.c:552:5: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
    g_mutex_free (scope->config_lock);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstbaseaudiovisualizer.c:826:29: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
    } else if (avail - sbpf >= 0) {
               ~~~~~~~~~~~~ ^  ~
  CC     libgstbayer_la-tmp-orc.lo
2 warnings generated.
  CC     libgstdccp_la-gstdccpserversrc.lo
  CC     libgstautoconvert_la-plugin.lo
3 warnings generated.
2 warnings generated.
  CC     libgstaudiovisualizers_la-gstspacescope.lo
  CCLD   libgstaiff.la
  CCLD   libgstcdxaparse.la
gstwrappercamerabinsrc.c:841:5: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
    GST_PAD_STREAM_LOCK (pad_zoom_sink);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:831:42: note: expanded from macro 'GST_PAD_STREAM_LOCK'
#define GST_PAD_STREAM_LOCK(pad)        (g_static_rec_mutex_lock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstwrappercamerabinsrc.c:844:5: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
    GST_PAD_STREAM_UNLOCK (pad_zoom_sink);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:854:42: note: expanded from macro 'GST_PAD_STREAM_UNLOCK'
#define GST_PAD_STREAM_UNLOCK(pad)      (g_static_rec_mutex_unlock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CC     libgstdebugutilsbad_la-gstchecksumsink.lo
  CC     libgstdtmf_la-gstrtpdtmfdepay.lo
  CC     libgstcolorspace_la-tmp-orc.lo
2 warnings generated.
  CCLD   libgstbayer.la
  CC     libgstcamerabin2_la-gstcamerabin2.lo
  CCLD   libgstautoconvert.la
  CC     libgstdccp_la-gstdccpclientsink.lo
  CC     libgstdebugutilsbad_la-gstchopmydata.lo
  CC     libgstcamerabin_la-gstinputselector.lo
  CC     libgstaudiovisualizers_la-gstspectrascope.lo
  CC     libgstasfmux_la-gstasfparse.lo
  CC     libgstdebugutilsbad_la-gstcompare.lo
  CC     libgstaudiovisualizers_la-gstsynaescope.lo
gstcamerabin2.c:543:3: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
  g_mutex_free (camerabin->preview_list_mutex);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin2.c:544:3: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
  g_mutex_free (camerabin->image_capture_mutex);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin2.c:545:3: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
  g_mutex_free (camerabin->video_capture_mutex);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin2.c:546:3: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations]
  g_cond_free (camerabin->video_state_cond);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:282:1: note: 'g_cond_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin2.c:900:32: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  camera->preview_list_mutex = g_mutex_new ();
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin2.c:901:33: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  camera->image_capture_mutex = g_mutex_new ();
                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
  CC     libgstdtmf_la-tone_detect.lo
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin2.c:902:33: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  camera->video_capture_mutex = g_mutex_new ();
                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin2.c:903:30: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations]
  camera->video_state_cond = g_cond_new ();
                             ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:280:1: note: 'g_cond_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstcamerabin2.c:1105:14: warning: 'g_thread_create' is deprecated [-Wdeprecated-declarations]
        if (!g_thread_create (gst_camera_bin_video_reset_elements,
             ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:103:1: note: 'g_thread_create' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_thread_new)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CC     libgstdccp_la-gstdccpclientsrc.lo
gstinputselector.c:877:15: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  sel->lock = g_mutex_new ();
              ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstinputselector.c:878:15: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations]
  sel->cond = g_cond_new ();
              ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:280:1: note: 'g_cond_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstinputselector.c:894:5: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
    g_mutex_free (sel->lock);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstinputselector.c:898:5: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations]
    g_cond_free (sel->cond);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:282:1: note: 'g_cond_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CC     libgstasfmux_la-gstrtpasfpay.lo
9 warnings generated.
  CC     libgstcamerabin2_la-gstplugin.lo
4 warnings generated.
  CC     libgstdtmf_la-gstdtmf.lo
  CC     libgstcamerabin_la-camerabinimage.lo
  CC     libgstdebugutilsbad_la-debugutils-marshal.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/adpcmenc'
  CC     libgstasfmux_la-gstasf.lo
  CC     libgstaudiovisualizers_la-gstwavescope.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/adpcmdec'
  CC     libgstcamerabin_la-camerabinvideo.lo
  CCLD   libgstdccp.la
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dataurisrc'
  CC     libgstcamerabin_la-camerabingeneral.lo
  CCLD   libgstdebugutilsbad.la
  CCLD   libgstcamerabin2.la
  CCLD   libgstdtmf.la
/usr/pkg/bin/gmake -C dvbsuboverlay
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dvbsuboverlay'
  CC     libgstdvbsuboverlay_la-dvb-sub.lo
/usr/pkg/bin/gmake -C dvdspu
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dvdspu'
  CC     libgstdvdspu_la-gstdvdspu.lo
  CCLD   libgstasfmux.la
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/autoconvert'
  CC     libgstcamerabin_la-camerabinpreview.lo
/usr/pkg/bin/gmake -C faceoverlay
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/faceoverlay'
  CC     libgstfaceoverlay_la-gstfaceoverlay.lo
  CC     libgstdvbsuboverlay_la-gstdvbsuboverlay.lo
  CCLD   libgstaudiovisualizers.la
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/aiff'
  CC     libgstdvdspu_la-gstdvdspu-render.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/cdxaparse'
  CC     libgstcamerabin_la-gstcamerabin-enum.lo
gstdvdspu.c:176:22: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  dvdspu->spu_lock = g_mutex_new ();
                     ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstdvdspu.c:225:3: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
  g_mutex_free (dvdspu->spu_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstdvdspu.c:1032:9: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
        GST_PAD_STREAM_LOCK (dvdspu->videosinkpad);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:831:42: note: expanded from macro 'GST_PAD_STREAM_LOCK'
#define GST_PAD_STREAM_LOCK(pad)        (g_static_rec_mutex_lock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstdvdspu.c:1050:9: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
        GST_PAD_STREAM_UNLOCK (dvdspu->videosinkpad);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:854:42: note: expanded from macro 'GST_PAD_STREAM_UNLOCK'
#define GST_PAD_STREAM_UNLOCK(pad)      (g_static_rec_mutex_unlock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstdvdspu.c:78:22: warning: unused variable 'default_clut' [-Wunused-const-variable]
static const guint32 default_clut[16] = {
                     ^
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/coloreffects'
  CC     libgstdvdspu_la-gstspu-vobsub.lo
5 warnings generated.
  CCLD   libgstcolorspace.la
  CC     libgstcamerabin_la-gstcamerabin-marshal.lo
  CCLD   libgstfaceoverlay.la
/usr/pkg/bin/gmake -C festival
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/festival'
  CC     libgstfestival_la-gstfestival.lo
  CC     libgstdvdspu_la-gstspu-vobsub-render.lo
/usr/pkg/bin/gmake -C fieldanalysis
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/fieldanalysis'
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/bayer'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/bayer'
  CC     libgstdvdspu_la-gstspu-pgs.lo
  ORCC   tmp-orc.c
  ORCC   gstfieldanalysisorc.h
/usr/pkg/bin/gmake  all-am
/usr/pkg/bin/gmake -C freeze
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/freeze'
  CC     libgstfreeze_la-gstfreeze.lo
gstdvbsuboverlay.c:238:26: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  render->dvbsub_mutex = g_mutex_new ();
                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstdvbsuboverlay.c:266:5: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
    g_mutex_free (overlay->dvbsub_mutex);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/fieldanalysis'
  CC     libgstfieldanalysis_la-gstfieldanalysis.lo
  CCLD   libgstcamerabin.la
2 warnings generated.
/usr/pkg/bin/gmake -C freeverb
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/freeverb'
  CCLD   libgstdvbsuboverlay.la
  CC     libgstfreeverb_la-gstfreeverb.lo
  CCLD   libgstfestival.la
  CC     libgstfieldanalysis_la-tmp-orc.lo
  CCLD   libgstfreeze.la
  CCLD   libgstdvdspu.la
/usr/pkg/bin/gmake -C frei0r
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/frei0r'
  CC     libgstfrei0r_la-gstfrei0r.lo
gstfreeverb.c:769:9: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
    if (abs (out_l2) > 0 || abs (out_r2) > 0)
        ^
gstfreeverb.c:769:9: note: use function 'fabsf' instead
    if (abs (out_l2) > 0 || abs (out_r2) > 0)
        ^~~
        fabsf
gstfreeverb.c:769:29: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
    if (abs (out_l2) > 0 || abs (out_r2) > 0)
                            ^
gstfreeverb.c:769:29: note: use function 'fabsf' instead
    if (abs (out_l2) > 0 || abs (out_r2) > 0)
                            ^~~
                            fabsf
gstfreeverb.c:815:9: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
    if (abs (out_l2) > 0 || abs (out_r2) > 0)
        ^
gstfreeverb.c:815:9: note: use function 'fabsf' instead
    if (abs (out_l2) > 0 || abs (out_r2) > 0)
        ^~~
        fabsf
gstfreeverb.c:815:29: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
    if (abs (out_l2) > 0 || abs (out_r2) > 0)
                            ^
gstfreeverb.c:815:29: note: use function 'fabsf' instead
    if (abs (out_l2) > 0 || abs (out_r2) > 0)
                            ^~~
                            fabsf
  CCLD   libgstfieldanalysis.la
4 warnings generated.
  CCLD   libgstfreeverb.la
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dccp'
  CC     libgstfrei0r_la-gstfrei0rfilter.lo
/usr/pkg/bin/gmake -C gaudieffects
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/gaudieffects'
  CC     libgstgaudieffects_la-gstburn.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/asfmux'
  CC     libgstfrei0r_la-gstfrei0rsrc.lo
/usr/pkg/bin/gmake -C geometrictransform
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/geometrictransform'
  CC     libgstgeometrictransform_la-plugin.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dtmf'
  CC     libgstgaudieffects_la-gstchromium.lo
  CC     libgstgeometrictransform_la-gstgeometrictransform.lo
  CC     libgstgeometrictransform_la-gstcirclegeometrictransform.lo
  CC     libgstfrei0r_la-gstfrei0rmixer.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin2'
  CC     libgstgaudieffects_la-gstdilate.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/faceoverlay'
  CC     libgstgaudieffects_la-gstdodge.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/freeze'
  CC     libgstgaudieffects_la-gstexclusion.lo
  CC     libgstgeometrictransform_la-geometricmath.lo
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/debugutils'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/debugutils'
  CC     libgstgaudieffects_la-gstgaussblur.lo
/usr/pkg/bin/gmake -C h264parse
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/h264parse'
  CC     libgsth264parse_la-gsth264parse.lo
  CC     libgstgaudieffects_la-gstsolarize.lo
  CC     libgstgeometrictransform_la-gstcircle.lo
/usr/pkg/bin/gmake -C hdvparse
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/hdvparse'
  CCLD   libgstfrei0r.la
  CC     libgsthdvparse_la-gsthdvparse.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dvbsuboverlay'
  CC     libgstgeometrictransform_la-gstdiffuse.lo
  CC     libgstgeometrictransform_la-gstkaleidoscope.lo
/usr/pkg/bin/gmake -C hls
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/hls'
  CC     libgstfragmented_la-m3u8.lo
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/colorspace'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/colorspace'
  CC     libgstgaudieffects_la-gstplugin.lo
  CC     libgstgeometrictransform_la-gstmarble.lo
  CC     libgstfragmented_la-gsthlsdemux.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/festival'
  CC     libgstfragmented_la-gstfragmentedplugin.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dvdspu'
  CC     libgstgeometrictransform_la-gstpinch.lo
/usr/pkg/bin/gmake -C id3tag
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/audiovisualizers'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/id3tag'
  CC     libgstgeometrictransform_la-gstrotate.lo
  CC     libgstid3tag_la-gstid3mux.lo
  CC     libgstgeometrictransform_la-gstsphere.lo
  CCLD   libgstgaudieffects.la
gsthlsdemux.c:152:3: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations]
  g_cond_free (demux->fetcher_cond);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:282:1: note: 'g_cond_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gsthlsdemux.c:153:3: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
  g_mutex_free (demux->fetcher_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gsthlsdemux.c:155:3: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations]
  g_cond_free (demux->thread_cond);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:282:1: note: 'g_cond_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gsthlsdemux.c:156:3: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
  g_mutex_free (demux->thread_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gsthlsdemux.c:160:3: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations]
  g_static_rec_mutex_free (&demux->task_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:194:1: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_free)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gsthlsdemux.c:235:24: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations]
  demux->thread_cond = g_cond_new ();
                       ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:280:1: note: 'g_cond_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gsthlsdemux.c:236:24: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  demux->thread_lock = g_mutex_new ();
                       ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gsthlsdemux.c:237:25: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations]
  demux->fetcher_cond = g_cond_new ();
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:280:1: note: 'g_cond_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gsthlsdemux.c:238:25: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  demux->fetcher_lock = g_mutex_new ();
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gsthlsdemux.c:240:3: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations]
  g_static_rec_mutex_init (&demux->task_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:175:1: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_init)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gsthlsdemux.c:399:7: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
      g_static_rec_mutex_lock (&demux->task_lock);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
m3u8.c:392:18: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  client->lock = g_mutex_new ();
                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: gsthlsdemux.cnote:: 425expanded from macro 'G_DEPRECATED':
7: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
      g_static_rec_mutex_unlock (&demux->task_lock);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
m3u8.c:404:3: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
  g_mutex_free (self->lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gsthlsdemux.c:918:9: warning: 'g_cond_timed_wait' is deprecated [-Wdeprecated-declarations]
    if (g_cond_timed_wait (demux->thread_cond, demux->thread_lock,
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:284:1: note: 'g_cond_timed_wait' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gsthlsdemux.c:1006:29: warning: 'g_thread_create' is deprecated [-Wdeprecated-declarations]
    demux->updates_thread = g_thread_create (
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:103:1: note: 'g_thread_create' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_thread_new)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gsthlsdemux.c:1004:7: warning: variable 'error' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  if (demux->updates_thread == NULL) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gsthlsdemux.c:1010:11: note: uninitialized use occurs here
  return (error != NULL);
          ^~~~~
gsthlsdemux.c:1004:3: note: remove the 'if' if its condition is always true
  if (demux->updates_thread == NULL) {
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gsthlsdemux.c:1000:16: note: initialize the variable 'error' to silence this warning
  GError *error;
               ^
                = NULL
  CC     libgstid3tag_la-id3tag.lo
/usr/pkg/bin/gmake -C inter
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/inter'
  CC     libgstinter_la-gstinteraudiosink.lo
2 warnings generated.
/usr/pkg/bin/gmake -C interlace
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/interlace'
  CC     libgstinterlace_la-gstinterlace.lo
/usr/pkg/bin/gmake -C ivfparse
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/ivfparse'
  CC     libgstivfparse_la-gstivfparse.lo
  CC     libgstinter_la-gstinteraudiosrc.lo
/usr/pkg/bin/gmake -C jp2kdecimator
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/jp2kdecimator'
  CC     libgstjp2kdecimator_la-gstjp2kdecimator.lo
15 warnings generated.
  CCLD   libgstfragmented.la
  CC     libgstinter_la-gstintervideosink.lo
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin'
  CC     libgstinter_la-gstintervideosrc.lo
  CC     libgstgeometrictransform_la-gsttwirl.lo
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/fieldanalysis'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/fieldanalysis'
  CC     libgstinter_la-gstinter.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/freeverb'
  CC     libgstgeometrictransform_la-gstwaterripple.lo
id3tag.c:269:1: warning: unused function 'id3v2_frame_write_uint32_syncsafe' [-Wunused-function]
id3v2_frame_write_uint32_syncsafe (GstId3v2Frame * frame, guint32 val)
^
  CCLD   libgsthdvparse.la
  CCLD   libgstinterlace.la
1 warning generated.
  CCLD   libgstid3tag.la
/usr/pkg/bin/gmake -C jpegformat
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/jpegformat'
/usr/pkg/bin/gmake -C legacyresample
/usr/pkg/bin/gmake -C librfb
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/legacyresample'
  CC     libgstlegacyresample_la-gstlegacyresample.lo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/librfb'
  CC     librfb_la-rfbbuffer.lo
  CC     libgstjpegformat_la-gstjpegformat.lo
  CC     libgstlegacyresample_la-functable.lo
  CC     libgstjp2kdecimator_la-jp2kcodestream.lo
  CC     libgstgeometrictransform_la-gststretch.lo
/usr/pkg/bin/gmake -C liveadder
  CC     libgstinter_la-gstintersurface.lo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/liveadder'
  CC     libgstliveadder_la-liveadder.lo
  CCLD   libgstivfparse.la
/usr/pkg/bin/gmake -C mpegdemux
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegdemux'
  CC     libgstmpegdemux_la-flumpegdemux.lo
gstintersurface.c:40:20: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  surface->mutex = g_mutex_new ();
                   ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
1 warning generated.
  CC     libgstgeometrictransform_la-gstbulge.lo
  CC     gstintertest-gstintertest.o
  CC     libgstjpegformat_la-gstjpegparse.lo
  CC     libgstlegacyresample_la-resample.lo
liveadder.c:211:27: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations]
  adder->not_empty_cond = g_cond_new ();
                          ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:280:1: note: 'g_cond_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
liveadder.c:226:3: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations]
  g_cond_free (adder->not_empty_cond);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:282:1: note: 'g_cond_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstintertest.c:84:5: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations]
    g_thread_init (NULL);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:264:1: note: 'g_thread_init' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
1 warning generated.
  CC     librfb_la-rfbdecoder.lo
  CCLD   libgstinter.la
  CC     libgstmpegdemux_la-flutspatinfo.lo
  CCLD   libgstjp2kdecimator.la
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/hls'
  CC     libgstlegacyresample_la-resample_functable.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/frei0r'
  CC     libgstjpegformat_la-gstjifmux.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/gaudieffects'
  CC     libgstmpegdemux_la-flutspmtinfo.lo
2 warnings generated.
  CCLD   libgstliveadder.la
  CC     libgstmpegdemux_la-flutspmtstreaminfo.lo
  CC     libgstgeometrictransform_la-gsttunnel.lo
  CC     libgstlegacyresample_la-resample_ref.lo
  CCLD   libgsth264parse.la
  CC     libgstlegacyresample_la-buffer.lo
flutspmtinfo.c:122:23: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
  pmt_info->streams = g_value_array_new (0);
                      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
flutspmtinfo.c:123:27: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
  pmt_info->descriptors = g_value_array_new (0);
                          ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
flutspmtinfo.c:145:3: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
  g_value_array_free (info->streams);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
flutspmtinfo.c:146:3: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
  g_value_array_free (info->descriptors);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
flutspmtinfo.c:206:3: warning: 'g_value_array_append' is deprecated [-Wdeprecated-declarations]
  g_value_array_append (pmt_info->descriptors, &value);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:79:1: note: 'g_value_array_append' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
flutspmtinfo.c:221:3: warning: 'g_value_array_append' is deprecated [-Wdeprecated-declarations]
  g_value_array_append (pmt_info->streams, &v);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:79:1: note: 'g_value_array_append' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CCLD   gstintertest
6 warnings generated.
  CC     libgstgeometrictransform_la-gstsquare.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/ivfparse'
  CC     libgstgeometrictransform_la-gstmirror.lo
  CCLD   libgstjpegformat.la
flutspmtstreaminfo.c:114:32: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
  pmt_stream_info->languages = g_value_array_new (0);
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
flutspmtstreaminfo.c:115:34: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
  pmt_stream_info->descriptors = g_value_array_new (0);
                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
flutspmtstreaminfo.c:123:3: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
  g_value_array_free (info->languages);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
flutspmtstreaminfo.c:124:3: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
  g_value_array_free (info->descriptors);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
flutspmtstreaminfo.c:150:3: warning: 'g_value_array_append' is deprecated [-Wdeprecated-declarations]
  g_value_array_append (pmt_info->languages, &v);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:79:1: note: 'g_value_array_append' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
flutspmtstreaminfo.c:167:3: warning: 'g_value_array_append' is deprecated [-Wdeprecated-declarations]
  g_value_array_append (pmt_info->descriptors, &value);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:79:1: note: 'g_value_array_append' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
6 warnings generated.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/hdvparse'
  CC     libgstgeometrictransform_la-gstfisheye.lo
  CC     libgstmpegdemux_la-gstmpegdemux.lo
  CC     librfb_la-d3des.lo
  CCLD   libgstlegacyresample.la
  CC     librfb_la-vncauth.lo
  CC     libgstrfbsrc_la-gstrfbsrc.lo
/usr/pkg/bin/gmake -C mpegtsdemux
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsdemux'
  CC     libgstmpegtsdemux_la-gsttsdemux.lo
/usr/pkg/bin/gmake -C mpegtsmux
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsmux'
Making all in tsmux
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsmux/tsmux'
  CC     libtsmux_la-tsmux.lo
  CCLD   libgstgeometrictransform.la
/usr/pkg/bin/gmake -C mpegpsmux
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegpsmux'
  CC     libgstmpegpsmux_la-mpegpsmux.lo
gstmpegdemux.c:649:32: warning: expression result unused [-Wunused-value]
    p_ev = &demux->lang_codes, event;
                               ^~~~~
  CC     libgstmpegdemux_la-gstmpegdesc.lo
gstmpegdemux.c:1115:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_PAD_STREAM_LOCK (demux->sinkpad);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:831:42: note: expanded from macro 'GST_PAD_STREAM_LOCK'
#define GST_PAD_STREAM_LOCK(pad)        (g_static_rec_mutex_lock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstmpegdemux.c:1182:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_PAD_STREAM_UNLOCK (demux->sinkpad);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:854:42: note: expanded from macro 'GST_PAD_STREAM_UNLOCK'
#define GST_PAD_STREAM_UNLOCK(pad)      (g_static_rec_mutex_unlock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CCLD   librfb.la
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/id3tag'
  CC     libgstmpegtsdemux_la-gstmpegdesc.lo
  CC     libtsmux_la-tsmuxstream.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/jp2kdecimator'
  CC     libgstmpegdemux_la-gstmpegtsdemux.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/interlace'
  CC     libgstmpegtsdemux_la-mpegtsbase.lo
3 warnings generated.
  CC     libgstmpegpsmux_la-psmux.lo
  CC     libgstmpegpsmux_la-psmuxstream.lo
  CC     libgstmpegpsmux_la-mpegpsmux_aac.lo
  CC     libgstmpegdemux_la-gstpesfilter.lo
gstmpegtsdemux.c:3389:10: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
  vals = g_value_array_new (PAT->entries->len);
         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstmpegtsdemux.c:3401:5: warning: 'g_value_array_append' is deprecated [-Wdeprecated-declarations]
    g_value_array_append (vals, &v);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:79:1: note: 'g_value_array_append' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
/usr/pkg/bin/gmake -C mpegvideoparse
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegvideoparse'
  CC     libgstmpegvideoparse_la-mpegvideoparse.lo
mpegtsbase.c:321:50: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
  gst_structure_get (stream_info, "descriptors", G_TYPE_VALUE_ARRAY,
                                                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtsbase.c:325:23: warning: 'g_value_array_get_nth' is deprecated [-Wdeprecated-declarations]
      GValue *value = g_value_array_get_nth (descriptors, i);
                      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:62:1: note: 'g_value_array_get_nth' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtsbase.c:334:5: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
    g_value_array_free (descriptors);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtsbase.c:382:51: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
  gst_structure_get (program_info, "descriptors", G_TYPE_VALUE_ARRAY,
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtsbase.c:386:23: warning: 'g_value_array_get_nth' is deprecated [-Wdeprecated-declarations]
      GValue *value = g_value_array_get_nth (descriptors, i);
                      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:62:1: note: 'g_value_array_get_nth' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtsbase.c:395:5: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
    g_value_array_free (descriptors);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtsbase.c:1477:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_PAD_STREAM_LOCK (base->sinkpad);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:831:42: note: expanded from macro 'GST_PAD_STREAM_LOCK'
#define GST_PAD_STREAM_LOCK(pad)        (g_static_rec_mutex_lock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtsbase.c:1516:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_PAD_STREAM_UNLOCK (base->sinkpad);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:854:42: note: expanded from macro 'GST_PAD_STREAM_UNLOCK'
#define GST_PAD_STREAM_UNLOCK(pad)      (g_static_rec_mutex_unlock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CC     libgstmpegtsdemux_la-mpegtspacketizer.lo
/usr/pkg/bin/gmake -C mve
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mve'
  CC     libgstmve_la-gstmve.lo
  CCLD   libgstrfbsrc.la
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/h264parse'
  CC     libgstmpegtsdemux_la-mpegtsparse.lo
  CC     libgstmpegdemux_la-gstsectionfilter.lo
8 warnings generated.
/usr/pkg/bin/gmake -C mxf
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mxf'
  CC     libgstmxf_la-mxf.lo
  CC     libgstmpegpsmux_la-mpegpsmux_h264.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/liveadder'
  CC     libgstmpegtsdemux_la-payload_parsers.lo
  CC     libgstmpegvideoparse_la-mpegpacketiser.lo
  CCLD   libtsmux.la
  CC     libgstmxf_la-mxful.lo
  CC     libgstmxf_la-mxftypes.lo
2 warnings generated.
  CC     libgstmxf_la-mxfmetadata.lo
  CC     libgstmve_la-gstmvemux.lo
/usr/pkg/bin/gmake -C nsf
mpegtspacketizer.c:402:5: warning: 'g_value_array_append' is deprecated [-Wdeprecated-declarations]
    g_value_array_append (descriptors, &value);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:79:1: note: 'g_value_array_append' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:551:19: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
    descriptors = g_value_array_new (0);
                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATEDgmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/nsf'

                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:554:7: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
      g_value_array_free (descriptors);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:558:51: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
    gst_structure_id_set (pmt, QUARK_DESCRIPTORS, G_TYPE_VALUE_ARRAY,
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:560:5: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
    g_value_array_free (descriptors);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:661:21: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
      descriptors = g_value_array_new (0);
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here  CC     libgstnsf_la-gstnsf.lo

GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:666:9: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
        g_value_array_free (descriptors);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:671:30: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
          QUARK_DESCRIPTORS, G_TYPE_VALUE_ARRAY, descriptors, NULL);
                             ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:672:7: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
      g_value_array_free (descriptors);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/legacyresample'
mpegtspacketizer.c:781:19: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
    descriptors = g_value_array_new (0);
                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:785:7: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
      g_value_array_free (descriptors);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:789:51: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
    gst_structure_id_set (nit, QUARK_DESCRIPTORS, G_TYPE_VALUE_ARRAY,
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:791:5: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
    g_value_array_free (descriptors);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CC     libgstmve_la-gstmvedemux.lo
mpegtspacketizer.c:1284:21: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
      descriptors = g_value_array_new (0);
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1288:9: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
        g_value_array_free (descriptors);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1292:59: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
      gst_structure_id_set (transport, QUARK_DESCRIPTORS, G_TYPE_VALUE_ARRAY,
                                                          ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1294:7: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
      g_value_array_free (descriptors);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1488:21: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
      descriptors = g_value_array_new (0);
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1492:9: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
        g_value_array_free (descriptors);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1496:57: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
      gst_structure_id_set (service, QUARK_DESCRIPTORS, G_TYPE_VALUE_ARRAY,
                                                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1499:7: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
      g_value_array_free (descriptors);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CC     libgstmpegdemux_la-mpegtsparse.lo
mpegtspacketizer.c:1951:21: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
      descriptors = g_value_array_new (0);
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1955:9: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
        g_value_array_free (descriptors);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1958:55: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
      gst_structure_id_set (event, QUARK_DESCRIPTORS, G_TYPE_VALUE_ARRAY,
                                                      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1960:7: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
      g_value_array_free (descriptors);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/jpegformat'
  CC     libgstmve_la-mveaudiodec.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/inter'
  CC     libgstmpegdemux_la-mpegtspacketizer.lo
  CCLD   libgstmpegpsmux.la
  CC     libgstmve_la-mvevideodec8.lo
  CCLD   libgstmpegvideoparse.la
mpegtsparse.c:1068:64: warning: variable 'pid' is uninitialized when used here [-Wuninitialized]
    program = mpegts_parse_add_program (parse, program_number, pid);
                                                               ^~~
mpegtsparse.c:1044:12: note: initialize the variable 'pid' to silence this warning
  guint pid;
           ^
            = 0
25 warnings generated.
  CC     libgstmpegtsdemux_la-tsdemux.lo
  CC     libgstnsf_la-fmopl.lo
gstnsf.c:372:20: warning: address of array 'nsfdec->nsf->artist_name' will always evaluate to 'true' [-Wpointer-bool-conversion]
  if (nsfdec->nsf->artist_name)
  ~~  ~~~~~~~~~~~~~^~~~~~~~~~~
gstnsf.c:376:20: warning: address of array 'nsfdec->nsf->song_name' will always evaluate to 'true' [-Wpointer-bool-conversion]
  if (nsfdec->nsf->song_name)
  ~~  ~~~~~~~~~~~~~^~~~~~~~~
gstmvemux.c:1370:5: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
    g_mutex_free (mvemux->lock);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:278:1: note: 'g_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstmvemux.c:1441:18: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  mvemux->lock = g_mutex_new ();
                 ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:276:1: note: 'g_mutex_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:332:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32'
# define GLIB_DEPRECATED_IN_2_32                GLIB_DEPRECATED
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:431:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
2 warnings generated.
  CC     libgstmve_la-mvevideodec16.lo
mpegtspacketizer.c:363:5: warning: 'g_value_array_append' is deprecated [-Wdeprecated-declarations]
    g_value_array_append (descriptors, &value);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:79:1: note: 'g_value_array_append' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
1 warning generated.
  CC     libgstmpegtsdemux_la-pesparse.lo
mpegtspacketizer.c:512:19: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
    descriptors = g_value_array_new (0);
                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:515:7: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
      g_value_array_free (descriptors);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:519:51: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
    gst_structure_id_set (pmt, QUARK_DESCRIPTORS, G_TYPE_VALUE_ARRAY,
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:521:5: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
    g_value_array_free (descriptors);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:611:21: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
      descriptors = g_value_array_new (0);
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:616:9: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
        g_value_array_free (descriptors);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:621:30: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
          QUARK_DESCRIPTORS, G_TYPE_VALUE_ARRAY, descriptors, NULL);
                             ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:622:7: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
      g_value_array_free (descriptors);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:731:19: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
    descriptors = g_value_array_new (0);
                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:735:7: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
      g_value_array_free (descriptors);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:739:51: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
    gst_structure_id_set (nit, QUARK_DESCRIPTORS, G_TYPE_VALUE_ARRAY,
                                                  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:741:5: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
    g_value_array_free (descriptors);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CC     libgstmxf_la-mxfessence.lo
mpegtspacketizer.c:1234:21: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
      descriptors = g_value_array_new (0);
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1238:9: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
        g_value_array_free (descriptors);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1242:59: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
      gst_structure_id_set (transport, QUARK_DESCRIPTORS, G_TYPE_VALUE_ARRAY,
                                                          ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1244:7: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
      g_value_array_free (descriptors);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1438:21: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
      descriptors = g_value_array_new (0);
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1442:9: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
        g_value_array_free (descriptors);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1446:57: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
      gst_structure_id_set (service, QUARK_DESCRIPTORS, G_TYPE_VALUE_ARRAY,
                                                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1449:7: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
      g_value_array_free (descriptors);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
/usr/pkg/bin/gmake -C nuvdemux
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/nuvdemux'
  CC     libgstnuvdemux_la-gstnuvdemux.lo
mpegtspacketizer.c:1901:21: warning: 'g_value_array_new' is deprecated [-Wdeprecated-declarations]
      descriptors = g_value_array_new (0);
                    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:66:1: note: 'g_value_array_new' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1905:9: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
        g_value_array_free (descriptors);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1908:55: warning: 'g_value_array_get_type' is deprecated [-Wdeprecated-declarations]
      gst_structure_id_set (event, QUARK_DESCRIPTORS, G_TYPE_VALUE_ARRAY,
                                                      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:38:29: note: expanded from macro 'G_TYPE_VALUE_ARRAY'
#define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:59:1: note: 'g_value_array_get_type' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mpegtspacketizer.c:1910:7: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]/usr/pkg/bin/gmake -C patchdetect

      g_value_array_free (descriptors);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
2 warnings generated.
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/patchdetect'
  CC     libgstpatchdetect_la-gstpatchdetect.lo
  CC     libgstnsf_la-log.lo
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsmux/tsmux'
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsmux'
fmopl.c:1089:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    data = Limit (outd[0], OPL_MAXOUT, OPL_MINOUT);
                                       ^~~~~~~~~~
fmopl.c:50:28: note: expanded from macro 'OPL_MINOUT'
#define OPL_MINOUT (-0x8000<<OPL_OUTSB)
                    ~~~~~~~^
  CC     libgstmpegtsmux_la-mpegtsmux.lo
/usr/pkg/bin/gmake -C pcapparse
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/pcapparse'
  CC     libgstpcapparse_la-gstpcapparse.lo
25 warnings generated.
  CCLD   libgstmpegdemux.la
  CC     libgstnsf_la-mmc5_snd.lo
  CC     libgstmve_la-mveaudioenc.lo
tsdemux.c:1842:21: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
    if (G_UNLIKELY (!demux->first_pcr.gsttime == GST_CLOCK_TIME_NONE)) {
                    ^                         ~~
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:386:62: note: expanded from macro 'G_UNLIKELY'
#define G_UNLIKELY(expr) (__builtin_expect (_G_BOOLEAN_EXPR((expr)), 0))
                                                             ^~~~
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:379:8: note: expanded from macro '_G_BOOLEAN_EXPR'
   if (expr)                                    \
       ^~~~
tsdemux.c:1842:21: note: add parentheses after the '!' to evaluate the comparison first
tsdemux.c:1842:21: note: add parentheses around left hand side expression to silence this warning
tsdemux.c:1842:47: warning: comparison of constant 18446744073709551615 with boolean expression is always false [-Wtautological-constant-out-of-range-compare]
    if (G_UNLIKELY (!demux->first_pcr.gsttime == GST_CLOCK_TIME_NONE)) {
                    ~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:386:62: note: expanded from macro 'G_UNLIKELY'
#define G_UNLIKELY(expr) (__builtin_expect (_G_BOOLEAN_EXPR((expr)), 0))
                                                             ^~~~
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:379:8: note: expanded from macro '_G_BOOLEAN_EXPR'
   if (expr)                                    \
       ^~~~
tsdemux.c:1975:1: warning: unused function 'calc_gsttime_from_pts' [-Wunused-function]
calc_gsttime_from_pts (TSPcrOffset * start, guint64 pts)
^
/usr/pkg/bin/gmake -C pnm
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/pnm'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/librfb'
  CC     libgstpnm_la-gstpnmutils.lo
  CC     libgstnsf_la-nes_apu.lo
1 warning generated.
  CC     libgstmve_la-mvevideoenc8.lo
  CC     libgstpnm_la-gstpnm.lo
  CC     libgstpcapparse_la-gstirtspparse.lo
  CC     libgstpnm_la-gstpnmdec.lo
  CCLD   libgstpatchdetect.la
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/geometrictransform'
  CC     libgstmpegtsmux_la-mpegtsmux_h264.lo
  CC     libgstnsf_la-vrc7_snd.lo
  CC     libgstpcapparse_la-plugin.lo
  CC     libgstmve_la-mvevideoenc16.lo
  CC     libgstnsf_la-fds_snd.lo
  CC     libgstpnm_la-gstpnmenc.lo
  CCLD   libgstnuvdemux.la
/usr/pkg/bin/gmake -C rawparse
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rawparse'
  CC     libgstrawparse_la-gstrawparse.lo
  CC     libgstnsf_la-nes6502.lo
  CCLD   libgstpcapparse.la
3 warnings generated.
  CCLD   libgstmpegtsdemux.la
/usr/pkg/bin/gmake -C removesilence
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/removesilence'
  CC     libgstremovesilence_la-gstremovesilence.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegpsmux'
  CC     libgstrawparse_la-gstaudioparse.lo
  CC     libgstmpegtsmux_la-mpegtsmux_aac.lo
  CC     libgstmxf_la-mxfquark.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegvideoparse'
  CC     libgstmxf_la-mxfmux.lo
gstaudioparse.c:259:9: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
        g_value_array_free (ap->channel_positions);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstaudioparse.c:318:5: warning: 'g_value_array_free' is deprecated [-Wdeprecated-declarations]
    g_value_array_free (ap->channel_positions);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:69:1: note: 'g_value_array_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstaudioparse.c:359:17: warning: 'g_value_array_get_nth' is deprecated [-Wdeprecated-declarations]
    GValue *v = g_value_array_get_nth (positions, i);
                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:62:1: note: 'g_value_array_get_nth' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstaudioparse.c:389:11: warning: 'g_value_array_get_nth' is deprecated [-Wdeprecated-declarations]
          g_value_array_get_nth (ap->channel_positions, i));
          ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/gobject/gvaluearray.h:62:1: note: 'g_value_array_get_nth' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GArray)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CC     libgstrawparse_la-gstvideoparse.lo
gstrawparse.c:780:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_PAD_STREAM_LOCK (rp->sinkpad);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:831:42: note: expanded from macro 'GST_PAD_STREAM_LOCK'
#define GST_PAD_STREAM_LOCK(pad)        (g_static_rec_mutex_lock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstrawparse.c:873:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_PAD_STREAM_UNLOCK (rp->sinkpad);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:854:42: note: expanded from macro 'GST_PAD_STREAM_UNLOCK'
#define GST_PAD_STREAM_UNLOCK(pad)      (g_static_rec_mutex_unlock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
4 warnings generated.
  CC     libgstmxf_la-mxfdemux.lo
  CC     libgstremovesilence_la-vad_private.lo
/usr/pkg/bin/gmake -C rtpmux
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rtpmux'
  CC     libgstrtpmux_la-gstrtpmuxer.lo
  CCLD   libgstpnm.la
2 warnings generated.
  CC     libgstmxf_la-mxfaes-bwf.lo
  CCLD   libgstmve.la
/usr/pkg/bin/gmake -C rtpvp8
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rtpvp8'
  CCLD   libgstmpegtsmux.la
  CC     libgstrtpvp8_la-gstrtpvp8.lo
vad_private.c:77:27: warning: 'memset' call operates on objects of type 'VADFilter' (aka 'struct _vad_s') while the size is based on a different type 'VADFilter *' (aka 'struct _vad_s *') [-Wsizeof-pointer-memaccess]
  memset (vad, 0, sizeof (vad));
          ~~~             ^~~
vad_private.c:77:27: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
  memset (vad, 0, sizeof (vad));
                          ^~~
1 warning generated.
  CCLD   libgstremovesilence.la
  CC     libgstrawparse_la-plugin.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/patchdetect'
  CC     libgstrtpvp8_la-gstrtpvp8depay.lo
  CC     libgstrtpmux_la-gstrtpmux.lo
mxfdemux.c:207:3: warning: 'g_static_rw_lock_writer_lock' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_writer_lock (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:224:1: note: 'g_static_rw_lock_writer_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_writer_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:221:3: warning: 'g_static_rw_lock_writer_unlock' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_writer_unlock (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:230:1: note: 'g_static_rw_lock_writer_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_writer_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:496:3: warning: 'g_static_rw_lock_writer_lock' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_writer_lock (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:224:1: note: 'g_static_rw_lock_writer_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_writer_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:503:5: warning: 'g_static_rw_lock_writer_unlock' is deprecated [-Wdeprecated-declarations]
    g_static_rw_lock_writer_unlock (&demux->metadata_lock);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:230:1: note: 'g_static_rw_lock_writer_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_writer_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:536:3: warning: 'g_static_rw_lock_writer_unlock' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_writer_unlock (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:230:1: note: 'g_static_rw_lock_writer_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_writer_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:542:3: warning: 'g_static_rw_lock_writer_unlock' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_writer_unlock (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:230:1: note: 'g_static_rw_lock_writer_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_writer_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:886:3: warning: 'g_static_rw_lock_writer_lock' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_writer_lock (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:224:1: note: 'g_static_rw_lock_writer_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_writer_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:1193:3: warning: 'g_static_rw_lock_writer_unlock' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_writer_unlock (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:230:1: note: 'g_static_rw_lock_writer_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_writer_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:1205:3: warning: 'g_static_rw_lock_writer_unlock' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_writer_unlock (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:230:1: note: 'g_static_rw_lock_writer_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_writer_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:1280:3: warning: 'g_static_rw_lock_writer_lock' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_writer_lock (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:224:1: note: 'g_static_rw_lock_writer_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_writer_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:1291:3: warning: 'g_static_rw_lock_writer_unlock' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_writer_unlock (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:230:1: note: 'g_static_rw_lock_writer_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_writer_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:1369:3: warning: 'g_static_rw_lock_writer_lock' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_writer_lock (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:224:1: note: 'g_static_rw_lock_writer_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_writer_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:1377:3: warning: 'g_static_rw_lock_writer_unlock' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_writer_unlock (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:230:1: note: 'g_static_rw_lock_writer_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_writer_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CC     libgstnsf_la-nsf.lo
mxfdemux.c:2436:44: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
      for (i = etrack->offsets->len - 1; i >= 0; i--) {
                                         ~ ^  ~
mxfdemux.c:2455:44: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
      for (i = etrack->offsets->len - 1; i >= 0; i--) {
                                         ~ ^  ~
mxfdemux.c:3231:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_PAD_STREAM_LOCK (demux->sinkpad);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:831:42: note: expanded from macro 'GST_PAD_STREAM_LOCK'
#define GST_PAD_STREAM_LOCK(pad)        (g_static_rec_mutex_lock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3359:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_PAD_STREAM_UNLOCK (demux->sinkpad);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:854:42: note: expanded from macro 'GST_PAD_STREAM_UNLOCK'
#define GST_PAD_STREAM_UNLOCK(pad)      (g_static_rec_mutex_unlock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3378:5: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
    GST_PAD_STREAM_UNLOCK (demux->sinkpad);
    ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:854:42: note: expanded from macro 'GST_PAD_STREAM_UNLOCK'
#define GST_PAD_STREAM_UNLOCK(pad)      (g_static_rec_mutex_unlock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3445:7: warning: 'g_static_rw_lock_reader_lock' is deprecated [-Wdeprecated-declarations]
      g_static_rw_lock_reader_lock (&demux->metadata_lock);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:215:1: note: 'g_static_rw_lock_reader_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_reader_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3449:11: warning: 'g_static_rw_lock_reader_unlock' is deprecated [-Wdeprecated-declarations]
          g_static_rw_lock_reader_unlock (&demux->metadata_lock);
          ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:221:1: note: 'g_static_rw_lock_reader_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_reader_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3458:7: warning: 'g_static_rw_lock_reader_unlock' is deprecated [-Wdeprecated-declarations]
      g_static_rw_lock_reader_unlock (&demux->metadata_lock);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:221:1: note: 'g_static_rw_lock_reader_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_reader_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3477:7: warning: 'g_static_rw_lock_reader_lock' is deprecated [-Wdeprecated-declarations]
      g_static_rw_lock_reader_lock (&demux->metadata_lock);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:215:1: note: 'g_static_rw_lock_reader_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_reader_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3479:9: warning: 'g_static_rw_lock_reader_unlock' is deprecated [-Wdeprecated-declarations]
        g_static_rw_lock_reader_unlock (&demux->metadata_lock);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:221:1: note: 'g_static_rw_lock_reader_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_reader_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3490:11: warning: 'g_static_rw_lock_reader_unlock' is deprecated [-Wdeprecated-declarations]
          g_static_rw_lock_reader_unlock (&demux->metadata_lock);
          ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:221:1: note: 'g_static_rw_lock_reader_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_reader_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3499:7: warning: 'g_static_rw_lock_reader_unlock' is deprecated [-Wdeprecated-declarations]
      g_static_rw_lock_reader_unlock (&demux->metadata_lock);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:221:1: note: 'g_static_rw_lock_reader_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_reader_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3763:7: warning: 'g_static_rw_lock_reader_lock' is deprecated [-Wdeprecated-declarations]
      g_static_rw_lock_reader_lock (&demux->metadata_lock);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:215:1: note: 'g_static_rw_lock_reader_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_reader_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3782:7: warning: 'g_static_rw_lock_reader_unlock' is deprecated [-Wdeprecated-declarations]
      g_static_rw_lock_reader_unlock (&demux->metadata_lock);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:221:1: note: 'g_static_rw_lock_reader_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_reader_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3906:7: warning: 'g_static_rw_lock_reader_lock' is deprecated [-Wdeprecated-declarations]
      g_static_rw_lock_reader_lock (&demux->metadata_lock);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:215:1: note: 'g_static_rw_lock_reader_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_reader_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3917:7: warning: 'g_static_rw_lock_reader_unlock' is deprecated [-Wdeprecated-declarations]
      g_static_rw_lock_reader_unlock (&demux->metadata_lock);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:221:1: note: 'g_static_rw_lock_reader_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_reader_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:3955:3: warning: 'g_static_rw_lock_free' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_free (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:233:1: note: 'g_static_rw_lock_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_free)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
mxfdemux.c:4031:3: warning: 'g_static_rw_lock_init' is deprecated [-Wdeprecated-declarations]
  g_static_rw_lock_init (&demux->metadata_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:212:1: note: 'g_static_rw_lock_init' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rw_lock_init)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CC     libgstrtpmux_la-gstrtpdtmfmux.lo
  CCLD   libgstrawparse.la
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegdemux'
  CC     libgstnsf_la-vrcvisnd.lo
  CC     libgstrtpvp8_la-gstrtpvp8pay.lo
  CC     libgstmxf_la-mxfmpeg.lo
/usr/pkg/bin/gmake -C scaletempo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/scaletempo'
/usr/pkg/bin/gmake -C sdi
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/sdi'
  CC     libgstsdi_la-gstsdi.lo
  CC     libgstscaletempoplugin_la-gstscaletempoplugin.lo
  CC     libgstmxf_la-mxfdv-dif.lo
  CCLD   libgstrtpmux.la
  CC     libgstscaletempoplugin_la-gstscaletempo.lo
31 warnings generated.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/nuvdemux'
  CC     libgstsdi_la-gstsdidemux.lo
  CC     libgstsdi_la-gstsdimux.lo
  CC     libgstmxf_la-mxfalaw.lo
  CC     libgstmxf_la-mxfjpeg2000.lo
  CC     libgstrtpvp8_la-dboolhuff.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsdemux'
/usr/pkg/bin/gmake -C sdp
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/sdp'
  CC     libgstsdpelem_la-gstsdpelem.lo
  CC     libgstsdpelem_la-gstsdpdemux.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/removesilence'
  CC     libgstmxf_la-mxfd10.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mve'
  CC     libgstmxf_la-mxfup.lo
/usr/pkg/bin/gmake -C segmentclip
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/pcapparse'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/segmentclip'
  CC     libgstmxf_la-mxfvc3.lo
  CC     libgstsegmentclip_la-gstsegmentclip.lo
  CCLD   libgstsdi.la
/usr/pkg/bin/gmake -C siren
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/siren'
  CC     libgstsiren_la-gstsiren.lo
  CCLD   libgstnsf.la
gstsdpdemux.c:221:3: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations]
  g_static_rec_mutex_init (demux->stream_rec_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:175:1: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_init)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstsdpdemux.c:234:3: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations]
  g_static_rec_mutex_free (demux->stream_rec_lock);
  ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:194:1: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_free)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstsdpdemux.c:763:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_SDP_STREAM_LOCK (demux);
  ^
./gstsdpdemux.h:45:41: note: expanded from macro 'GST_SDP_STREAM_LOCK'
#define GST_SDP_STREAM_LOCK(sdp)       (g_static_rec_mutex_lock (GST_SDP_STREAM_GET_LOCK(sdp)))
                                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstsdpdemux.c:800:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_SDP_STREAM_UNLOCK (demux);
  ^
./gstsdpdemux.h:46:41: note: expanded from macro 'GST_SDP_STREAM_UNLOCK'
#define GST_SDP_STREAM_UNLOCK(sdp)     (g_static_rec_mutex_unlock (GST_SDP_STREAM_GET_LOCK(sdp)))
                                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstsdpdemux.c:815:5: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
    GST_SDP_STREAM_UNLOCK (demux);
    ^
./gstsdpdemux.h:46:41: note: expanded from macro 'GST_SDP_STREAM_UNLOCK'
#define GST_SDP_STREAM_UNLOCK(sdp)     (g_static_rec_mutex_unlock (GST_SDP_STREAM_GET_LOCK(sdp)))
                                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstsdpdemux.c:853:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_SDP_STREAM_LOCK (demux);
  ^
./gstsdpdemux.h:45:41: note: expanded from macro 'GST_SDP_STREAM_LOCK'
#define GST_SDP_STREAM_LOCK(sdp)       (g_static_rec_mutex_lock (GST_SDP_STREAM_GET_LOCK(sdp)))
                                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstsdpdemux.c:863:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_SDP_STREAM_UNLOCK (demux);
  ^
./gstsdpdemux.h:46:41: note: expanded from macro 'GST_SDP_STREAM_UNLOCK'
#define GST_SDP_STREAM_UNLOCK(sdp)     (g_static_rec_mutex_unlock (GST_SDP_STREAM_GET_LOCK(sdp)))
                                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstsdpdemux.c:870:5: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
    GST_SDP_STREAM_UNLOCK (demux);
    ^
./gstsdpdemux.h:46:41: note: expanded from macro 'GST_SDP_STREAM_UNLOCK'
#define GST_SDP_STREAM_UNLOCK(sdp)     (g_static_rec_mutex_unlock (GST_SDP_STREAM_GET_LOCK(sdp)))
                                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CC     libgstsegmentclip_la-gstaudiosegmentclip.lo
gstsdpdemux.c:1305:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_SDP_STREAM_LOCK (demux);
  ^
./gstsdpdemux.h:45:41: note: expanded from macro 'GST_SDP_STREAM_LOCK'
#define GST_SDP_STREAM_LOCK(sdp)       (g_static_rec_mutex_lock (GST_SDP_STREAM_GET_LOCK(sdp)))
                                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstsdpdemux.c:1427:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_SDP_STREAM_UNLOCK (demux);
  ^
./gstsdpdemux.h:46:41: note: expanded from macro 'GST_SDP_STREAM_UNLOCK'
#define GST_SDP_STREAM_UNLOCK(sdp)     (g_static_rec_mutex_unlock (GST_SDP_STREAM_GET_LOCK(sdp)))
                                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstsdpdemux.c:1435:5: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
    GST_SDP_STREAM_UNLOCK (demux);
    ^
./gstsdpdemux.h:46:41: note: expanded from macro 'GST_SDP_STREAM_UNLOCK'
#define GST_SDP_STREAM_UNLOCK(sdp)     (g_static_rec_mutex_unlock (GST_SDP_STREAM_GET_LOCK(sdp)))
                                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstsdpdemux.c:1528:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
  GST_SDP_STREAM_LOCK (demux);
  ^
./gstsdpdemux.h:45:41: note: expanded from macro 'GST_SDP_STREAM_LOCK'
#define GST_SDP_STREAM_LOCK(sdp)       (g_static_rec_mutex_lock (GST_SDP_STREAM_GET_LOCK(sdp)))
                                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstsdpdemux.c:1568:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
  GST_SDP_STREAM_UNLOCK (demux);
  ^
./gstsdpdemux.h:46:41: note: expanded from macro 'GST_SDP_STREAM_UNLOCK'
#define GST_SDP_STREAM_UNLOCK(sdp)     (g_static_rec_mutex_unlock (GST_SDP_STREAM_GET_LOCK(sdp)))
                                        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
  CCLD   libgstscaletempoplugin.la
  CC     libgstsiren_la-gstsirendec.lo
  CCLD   libgstrtpvp8.la
  CC     libgstmxf_la-mxfdms1.lo
/usr/pkg/bin/gmake -C smooth
  CC     libgstsegmentclip_la-gstvideosegmentclip.lo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/smooth'
  CC     libgstsmooth_la-gstsmooth.lo
13 warnings generated.
  CCLD   libgstsdpelem.la
  CC     libgstsiren_la-gstsirenenc.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/pnm'
  CC     libgstsiren_la-common.lo
/usr/pkg/bin/gmake -C speed
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/speed'
  CC     libgstspeed_la-gstspeed.lo
/usr/pkg/bin/gmake -C subenc
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/subenc'
  CC     libgstsubenc_la-gstsrtenc.lo
  CC     libgstsubenc_la-gstsubenc.lo
  CC     libgstsegmentclip_la-plugin.lo
  CC     libgstsubenc_la-gstwebvttenc.lo
  CCLD   libgstsmooth.la
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsmux'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsmux'
  CC     libgstsiren_la-dct4.lo
  CCLD   libgstspeed.la
/usr/pkg/bin/gmake -C stereo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/stereo'
  CC     libgststereo_la-gststereo.lo
  CC     libgstsiren_la-decoder.lo
  CCLD   libgstsegmentclip.la
/usr/pkg/bin/gmake -C tta
  CC     libgstsiren_la-encoder.lo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/tta'
  CC     libgsttta_la-gsttta.lo
  CCLD   libgstsubenc.la
/usr/pkg/bin/gmake -C videofilters
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videofilters'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rtpmux'
  CC     libgstsiren_la-huffman.lo
  CC     libgstvideofiltersbad_la-gstvideofilter2.lo
  CCLD   libgststereo.la
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rawparse'
  CC     libgsttta_la-gstttaparse.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/scaletempo'
  CC     libgsttta_la-gstttadec.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/nsf'
  CC     libgstsiren_la-rmlt.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/sdi'
/usr/pkg/bin/gmake -C videomaxrate
  CCLD   libgstmxf.la
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videomaxrate'
  CC     libgstvideomaxrate_la-videomaxrate.lo
  CC     libgstvideofiltersbad_la-gstzebrastripe.lo
gstttaparse.c:185:9: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]
        GST_PAD_STREAM_LOCK (ttaparse->sinkpad);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:831:42: note: expanded from macro 'GST_PAD_STREAM_LOCK'
#define GST_PAD_STREAM_LOCK(pad)        (g_static_rec_mutex_lock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:178:1: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_lock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstttaparse.c:214:9: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]
        GST_PAD_STREAM_UNLOCK (ttaparse->sinkpad);
        ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstpad.h:854:42: note: expanded from macro 'GST_PAD_STREAM_UNLOCK'
#define GST_PAD_STREAM_UNLOCK(pad)      (g_static_rec_mutex_unlock(GST_PAD_GET_STREAM_LOCK(pad)))
                                         ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:184:1: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
/usr/pkg/bin/gmake -C videomeasure
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videomeasure'
2 warnings generated.
/usr/pkg/bin/gmake -C videoparsers
/usr/pkg/bin/gmake -C videosignal
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videoparsers'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videosignal'
  CC     libgstvideoparsersbad_la-plugin.lo
  CC     libgstvideosignal_la-gstvideosignal.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rtpvp8'
  CC     libgstvideosignal_la-gstvideoanalyse.lo
  CC     libgstvideosignal_la-gstvideodetect.lo
  CC     libgstvideomeasure_la-gstvideomeasure.lo
  CCLD   libgsttta.la
  CCLD   libgstsiren.la
  CCLD   libgstvideomaxrate.la
  CC     libgstvideofiltersbad_la-gstscenechange.lo
  CC     libgstvideomeasure_la-gstvideomeasure_ssim.lo
  CC     libgstvideoparsersbad_la-h263parse.lo
  CC     libgstvideomeasure_la-gstvideomeasure_collector.lo
/usr/pkg/bin/gmake -C vmnc
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/vmnc'
  CC     libgstvideofiltersbad_la-gstvideofiltersbad.lo
  CC     libgstvmnc_la-vmncdec.lo
  CC     libgstvideosignal_la-gstvideomark.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/speed'
  CC     libgstvideoparsersbad_la-gsth263parse.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/sdp'
  CC     libgstvideoparsersbad_la-gstdiracparse.lo
/usr/pkg/bin/gmake -C y4m
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/y4m'
  CC     libgsty4mdec_la-gsty4mdec.lo
  CCLD   libgstvideofiltersbad.la
  CCLD   libgstvideomeasure.la
  CCLD   libgstvideosignal.la
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/subenc'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/segmentclip'
  CC     libgstvideoparsersbad_la-dirac_parse.lo
  CC     libgstvideoparsersbad_la-gsth264parse.lo
  CC     libgstvideoparsersbad_la-gstmpegvideoparse.lo
  CCLD   libgstvmnc.la
  CC     libgstvideoparsersbad_la-gstmpeg4videoparse.lo
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/smooth'
  CCLD   libgsty4mdec.la
  CCLD   libgstvideoparsersbad.la
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/tta'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mxf'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videomaxrate'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/siren'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/stereo'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/vmnc'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videomeasure'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videosignal'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videofilters'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/y4m'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videoparsers'
Making all in adpcmdec
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/adpcmdec'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/adpcmdec'
Making all in adpcmenc
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/adpcmenc'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/adpcmenc'
Making all in aiff
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/aiff'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/aiff'
Making all in asfmux
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/asfmux'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/asfmux'
Making all in audiovisualizers
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/audiovisualizers'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/audiovisualizers'
Making all in autoconvert
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/autoconvert'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/autoconvert'
Making all in bayer
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/bayer'
/usr/pkg/bin/gmake  all-am
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/bayer'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/bayer'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/bayer'
Making all in camerabin
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin'
/usr/pkg/bin/gmake  all-am
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin'
Making all in camerabin2
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin2'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin2'
Making all in cdxaparse
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/cdxaparse'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/cdxaparse'
Making all in coloreffects
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/coloreffects'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/coloreffects'
Making all in colorspace
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/colorspace'
/usr/pkg/bin/gmake  all-am
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/colorspace'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/colorspace'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/colorspace'
Making all in dataurisrc
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dataurisrc'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dataurisrc'
Making all in dccp
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dccp'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dccp'
Making all in debugutils
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/debugutils'
/usr/pkg/bin/gmake  all-am
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/debugutils'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/debugutils'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/debugutils'
Making all in dtmf
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dtmf'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dtmf'
Making all in dvbsuboverlay
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dvbsuboverlay'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dvbsuboverlay'
Making all in dvdspu
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dvdspu'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dvdspu'
Making all in faceoverlay
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/faceoverlay'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/faceoverlay'
Making all in festival
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/festival'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/festival'
Making all in fieldanalysis
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/fieldanalysis'
/usr/pkg/bin/gmake  all-am
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/fieldanalysis'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/fieldanalysis'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/fieldanalysis'
Making all in freeze
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/freeze'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/freeze'
Making all in freeverb
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/freeverb'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/freeverb'
Making all in frei0r
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/frei0r'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/frei0r'
Making all in gaudieffects
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/gaudieffects'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/gaudieffects'
Making all in geometrictransform
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/geometrictransform'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/geometrictransform'
Making all in h264parse
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/h264parse'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/h264parse'
Making all in hdvparse
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/hdvparse'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/hdvparse'
Making all in hls
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/hls'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/hls'
Making all in id3tag
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/id3tag'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/id3tag'
Making all in inter
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/inter'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/inter'
Making all in interlace
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/interlace'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/interlace'
Making all in ivfparse
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/ivfparse'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/ivfparse'
Making all in jp2kdecimator
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/jp2kdecimator'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/jp2kdecimator'
Making all in jpegformat
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/jpegformat'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/jpegformat'
Making all in legacyresample
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/legacyresample'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/legacyresample'
Making all in librfb
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/librfb'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/librfb'
Making all in liveadder
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/liveadder'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/liveadder'
Making all in mpegdemux
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegdemux'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegdemux'
Making all in mpegtsdemux
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsdemux'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsdemux'
Making all in mpegtsmux
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsmux'
Making all in tsmux
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsmux/tsmux'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsmux/tsmux'
gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsmux'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsmux'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsmux'
Making all in mpegpsmux
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegpsmux'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegpsmux'
Making all in mpegvideoparse
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegvideoparse'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegvideoparse'
Making all in mve
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mve'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mve'
Making all in mxf
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mxf'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mxf'
Making all in nsf
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/nsf'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/nsf'
Making all in nuvdemux
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/nuvdemux'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/nuvdemux'
Making all in patchdetect
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/patchdetect'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/patchdetect'
Making all in pcapparse
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/pcapparse'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/pcapparse'
Making all in pnm
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/pnm'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/pnm'
Making all in rawparse
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rawparse'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rawparse'
Making all in removesilence
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/removesilence'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/removesilence'
Making all in rtpmux
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rtpmux'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rtpmux'
Making all in rtpvp8
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rtpvp8'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rtpvp8'
Making all in scaletempo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/scaletempo'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/scaletempo'
Making all in sdi
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/sdi'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/sdi'
Making all in sdp
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/sdp'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/sdp'
Making all in segmentclip
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/segmentclip'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/segmentclip'
Making all in siren
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/siren'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/siren'
Making all in smooth
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/smooth'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/smooth'
Making all in speed
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/speed'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/speed'
Making all in subenc
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/subenc'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/subenc'
Making all in stereo
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/stereo'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/stereo'
Making all in tta
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/tta'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/tta'
Making all in videofilters
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videofilters'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videofilters'
Making all in videomaxrate
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videomaxrate'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videomaxrate'
Making all in videomeasure
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videomeasure'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videomeasure'
Making all in videoparsers
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videoparsers'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videoparsers'
Making all in videosignal
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videosignal'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videosignal'
Making all in vmnc
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/vmnc'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/vmnc'
Making all in y4m
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/y4m'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/y4m'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst'
gmake[2]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst'
Making all in sys
gmake[2]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/sys'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/sys'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/sys'
gmake[2]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/sys'
Making all in ext
gmake[2]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/ext'
/usr/pkg/bin/gmake -C apexsink
/usr/pkg/bin/gmake -C bz2
/usr/pkg/bin/gmake -C gsettings
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/ext/bz2'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/ext/apexsink'
gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/ext/gsettings'
  CC     libgstapexsink_la-gstapexraop.lo
  CC     libgstapexsink_la-gstapexsink.lo
  CC     libgstbz2_la-gstbz2dec.lo
  CC     libgstbz2_la-gstbz2.lo
cp org.freedesktop.gstreamer.default-elements.gschema.xml org.freedesktop.gstreamer-0.10.default-elements.gschema.xml
  CC     libgstapexsink_la-gstapexplugin.lo
  CC     libgstbz2_la-gstbz2enc.lo
  CC     libgstgsettingselements_la-gstgsettingsvideosrc.lo
  CC     libgstgsettingselements_la-gstgsettingsvideosink.lo
  CC     libgstgsettingselements_la-gstgsettingsaudiosrc.lo
  CC     libgstgsettingselements_la-plugin.lo
  CC     libgstgsettingselements_la-gstgsettingsaudiosink.lo
  CC     libgstgsettingselements_la-gstswitchsink.lo
  CC     libgstgsettingselements_la-gstswitchsrc.lo
  GEN    org.freedesktop.gstreamer-0.10.default-elements.gschema.valid
In file included from gstbz2enc.c:22:
./gstbz2enc.h:20:9: warning: '__GST_BZ2ENC_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef __GST_BZ2ENC_H_
        ^~~~~~~~~~~~~~~
./gstbz2enc.h:21:9: note: '__GST_BZ2ENC_H__' is defined here; did you mean '__GST_BZ2ENC_H_'?
#define __GST_BZ2ENC_H__
        ^~~~~~~~~~~~~~~~
        __GST_BZ2ENC_H_
In file included from gstbz2dec.c:22:
./gstbz2dec.h:20:9: warning: '__GST_BZ2DEC_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef __GST_BZ2DEC_H_
        ^~~~~~~~~~~~~~~
./gstbz2dec.h:21:9: note: '__GST_BZ2DEC_H__' is defined here; did you mean '__GST_BZ2DEC_H_'?
#define __GST_BZ2DEC_H__
        ^~~~~~~~~~~~~~~~
        __GST_BZ2DEC_H_
1 warning generated.
In file included from gstbz2.c:23:
./gstbz2enc.h:20:9: warning: '__GST_BZ2ENC_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef __GST_BZ2ENC_H_
        ^~~~~~~~~~~~~~~
./gstbz2enc.h:21:9: note: '__GST_BZ2ENC_H__' is defined here; did you mean '__GST_BZ2ENC_H_'?
#define __GST_BZ2ENC_H__
        ^~~~~~~~~~~~~~~~
        __GST_BZ2ENC_H_
In file included from gstbz2.c:24:
./gstbz2dec.h:20:9: warning: '__GST_BZ2DEC_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef __GST_BZ2DEC_H_
        ^~~~~~~~~~~~~~~
./gstbz2dec.h:21:9: note: '__GST_BZ2DEC_H__' is defined here; did you mean '__GST_BZ2DEC_H_'?
#define __GST_BZ2DEC_H__
        ^~~~~~~~~~~~~~~~
        __GST_BZ2DEC_H_
1 warning generated.
2 warnings generated.
  CCLD   libgstbz2.la
gstapexraop.c:295:6: error: incomplete definition of type 'struct rsa_st'
  rsa->n = BN_bin2bn (mod, size, NULL);
  ~~~^
/usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st'
typedef struct rsa_st RSA;
               ^
gstapexraop.c:297:6: error: incomplete definition of type 'struct rsa_st'
  rsa->e = BN_bin2bn (exp, size, NULL);
  ~~~^
/usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st'
typedef struct rsa_st RSA;
               ^
gstapexraop.c:680:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
  EVP_CIPHER_CTX aes_ctx;
                 ^
/usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st'
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
               ^
3 errors generated.
Makefile:679: recipe for target 'libgstapexsink_la-gstapexraop.lo' failed
gmake[3]: *** [libgstapexsink_la-gstapexraop.lo] Error 1
gmake[3]: *** Waiting for unfinished jobs....
gstgsettingsaudiosink.c:162:44: warning: if statement has empty body [-Wempty-body]
  if (!g_str_has_suffix (key, "audiosink"));
                                           ^
gstgsettingsaudiosink.c:162:44: note: put the semicolon on a separate line to silence this warning
gstgsettingsaudiosink.c:188:7: warning: 'g_thread_create' is deprecated [-Wdeprecated-declarations]
      g_thread_create ((GThreadFunc) g_main_loop_run, sink->loop, FALSE, &err);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:103:1: note: 'g_thread_create' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_thread_new)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/ext/apexsink'
Makefile:1181: recipe for target 'apexsink' failed
gmake[2]: *** [apexsink] Error 2
gmake[2]: *** Waiting for unfinished jobs....
gstgsettingsaudiosrc.c:106:38: warning: if statement has empty body [-Wempty-body]
  if (!g_str_equal (key, "audiosrc"));
                                     ^
gstgsettingsaudiosrc.c:106:38: note: put the semicolon on a separate line to silence this warning
gstgsettingsaudiosrc.c:121:7: warning: 'g_thread_create' is deprecated [-Wdeprecated-declarations]
      g_thread_create ((GThreadFunc) g_main_loop_run, src->loop, FALSE, &err);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:103:1: note: 'g_thread_create' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_thread_new)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstgsettingsvideosink.c:106:44: warning: if statement has empty body [-Wempty-body]
  if (!g_str_has_suffix (key, "videosink"));
                                           ^
gstgsettingsvideosink.c:106:44: note: put the semicolon on a separate line to silence this warning
gstgsettingsvideosink.c:121:7: warning: 'g_thread_create' is deprecated [-Wdeprecated-declarations]
      g_thread_create ((GThreadFunc) g_main_loop_run, sink->loop, FALSE, &err);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:103:1: note: 'g_thread_create' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_thread_new)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
gstgsettingsvideosrc.c:106:38: warning: if statement has empty body [-Wempty-body]
  if (!g_str_equal (key, "videosrc"));
                                     ^
gstgsettingsvideosrc.c:106:38: note: put the semicolon on a separate line to silence this warning
gstgsettingsvideosrc.c:121:7: warning: 'g_thread_create' is deprecated [-Wdeprecated-declarations]
      g_thread_create ((GThreadFunc) g_main_loop_run, src->loop, FALSE, &err);
      ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:103:1: note: 'g_thread_create' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(g_thread_new)
^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gversionmacros.h:333:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
# define GLIB_DEPRECATED_IN_2_32_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:432:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
                            ^
/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
  CCLD   libgstgsettingselements.la
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/ext/bz2'
gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/ext/gsettings'
gmake[2]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/ext'
Makefile:731: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23'
Makefile:657: recipe for target 'all' failed
gmake: *** [all] Error 2
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/multimedia/gst-plugins0.10-bad
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/multimedia/gst-plugins0.10-bad