=> 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.c GEN photography-enumtypes.h /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-gstbasevideodecoder.lo CC libgstbasevideo_0.10_la-gstbasevideoutils.lo CC libgstbasevideo_0.10_la-gstsurfaceconverter.lo CC libgstbasevideo_0.10_la-videocontext.lo CC libgstbasevideo_0.10_la-gstbasevideoencoder.lo CC libgstbasevideo_0.10_la-gstsurfacebuffer.lo 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__)) ^ gstbasevideocodec.c:180: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: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: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__)) ^ 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: 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: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' # 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:527: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: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) ^ /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:548: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' # 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__)) ^ gstbasevideoencoder.c:625:7: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (enc); ^ ./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:258:3: warning: gstbasevideoencoder.c'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]: 880:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_encoder); ^ GST_BASE_VIDEO_CODEC_STREAM_LOCK (decoder);./gstbasevideocodec.h: 83 ^:51 : ./gstbasevideocodec.hnote:: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_UNLOCK'82 :49: note: #define GST_BASE_VIDEO_CODEC_STREAM_UNLOCK(codec) g_static_rec_mutex_unlock (&GST_BASE_VIDEO_CODEC (codec)->stream_lock)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:184 ^: 1: 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/deprecated/gthread.h:178GLIB_DEPRECATED_IN_2_32_FOR(g_rec_mutex_unlock):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:261:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (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:282: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^ /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__)) ^ : 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__)) ^ gstbasevideodecoder.c:411: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: gstbasevideoencoder.cexpanded from macro 'G_DEPRECATED_FOR': 1126:#define G_DEPRECATED_FOR(f) G_DEPRECATED3: warning ^: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations]/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393: 37: note: GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (base_video_encoder);expanded from macro 'G_DEPRECATED' ^#define G_DEPRECATED __attribute__((__deprecated__)) ^ ./gstbasevideocodec.hgstbasevideodecoder.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.h83::51: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' note#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:: 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.h333: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__)) ^ :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' gstbasevideoencoder.c:1205:#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN 3 ^: /data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:405warning:: 29'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations]: note: expanded from macro 'G_DEPRECATED_FOR' GST_BASE_VIDEO_CODEC_STREAM_LOCK (base_video_encoder); ^ #define G_DEPRECATED_FOR(f) G_DEPRECATED./gstbasevideocodec.h : ^82: 49/data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:: 393:note37:: expanded from macro 'GST_BASE_VIDEO_CODEC_STREAM_LOCK'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.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: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' #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: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__)) ^ 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__)) ^ 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__)) ^ gstbasevideodecoder.c:1532:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] GST_BASE_VIDEO_CODEC_STREAM_UNLOCK (dec); ^ ./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: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__)) ^ 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: 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:1810: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: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-gstcamerabinpreview.lo CC libgstbasecamerabinsrc_0.10_la-gstbasecamerasrc.lo CC libgstbasecamerabinsrc_0.10_la-gstcamerabin-enum.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__)) ^ 2 warnings generated. 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__)) ^ 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-gstmpegvideoparser.lo CC libgstcodecparsers_0.10_la-gsth264parser.lo CC libgstcodecparsers_0.10_la-gstmpeg4parser.lo CC libgstcodecparsers_0.10_la-parserutils.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/adpcmdec' gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/adpcmenc' CC libgstadpcmdec_la-adpcmdec.lo 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/asfmux' gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/audiovisualizers' CC libgstaudiovisualizers_la-plugin.lo gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/bayer' gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin2' gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/coloreffects' gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/cdxaparse' gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin' CC libgstcamerabin2_la-gstviewfinderbin.lo GEN gstcamerabin-marshal.c gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/colorspace' CC libgstcdxaparse_la-gstcdxaparse.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/dtmf' CC libgstaiff_la-aiff.lo CC libgstcoloreffects_la-gstplugin.lo ORCC tmp-orc.c CC libgstadpcmenc_la-adpcmenc.lo gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dccp' CC libgstdtmf_la-gstdtmfsrc.lo CC libgstdccp_la-gstdccpplugin.lo CC libgstasfmux_la-gstasfmux.lo INFO: Reading gstcamerabin-marshal.list... gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/debugutils' CC libgstdataurisrc_la-gstdataurisrc.lo GEN debugutils-marshal.c GEN gstcamerabin-marshal.h gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/autoconvert' ORCC tmp-orc.c CC libgstautoconvert_la-gstautoconvert.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' INFO: Reading gstcamerabin-marshal.list... CC libgstbayer_la-gstbayer.lo /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 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' INFO: Reading debugutils-marshal.list... 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 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 GEN debugutils-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 CC libgstcoloreffects_la-gstcoloreffects.lo CCLD libgstadpcmdec.la CC libgstaudiovisualizers_la-gstbaseaudiovisualizer.lo 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__)) ^ CC libgstaiff_la-aiffmux.lo 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__)) ^ 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' #define GST_STATE_LOCK(elem) g_static_rec_mutex_lock(GST_STATE_GET_LOCK(elem)) ^ /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: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__)) ^ gstcamerabin.c:4092:14: warning: 'g_thread_create' is deprecated [-Wdeprecated-declarations] if (!g_thread_create (gst_camerabin_imgbin_finished, ^ /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__)) ^ CCLD libgstdataurisrc.la 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__)) ^ CC libgstcolorspace_la-colorspace.lo 2 warnings generated. CC libgstdccp_la-gstdccp.lo CC libgstcdxaparse_la-gstvcdparse.lo CCLD libgstadpcmenc.la 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__); \ ^~~~~~~~~~~ CC libgstcoloreffects_la-gstchromahold.lo 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__); \ ^~~~~~~~~~~ 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__); \ ^~~~~~~~~~~ gstasfmux.c:1858:7: warning: format specifies type 'unsigned short' but the argument has type 'guint8' (aka 'unsigned char') [-Wformat] pad->stream_number); ^~~~~~~~~~~~~~~~~~~ /data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/gstreamer-0.10/gst/gstinfo.h:858:95: note: expanded from macro 'GST_LOG_OBJECT' #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/gstreamer-0.10/gst/gstinfo.h:514:31: note: expanded from macro 'GST_CAT_LEVEL_LOG' (GObject *) (object), __VA_ARGS__); \ ^~~~~~~~~~~ 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: 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 libgstbayer_la-gstbayer2rgb.lo CC libgstdebugutilsbad_la-fpsdisplaysink.lo CC libgstcamerabin2_la-camerabingeneral.lo CC libgstdtmf_la-gstdtmfdetect.lo CC libgstautoconvert_la-gstautovideoconvert.lo 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__)) ^ 11 warnings generated. CC libgstcamerabin_la-gstcamerabincolorbalance.lo CC libgstaiff_la-aiffparse.lo 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__)) ^ 5 warnings generated. 2 warnings generated. 13 warnings generated. CC libgstasfmux_la-gstasfobjects.lo CC libgstaudiovisualizers_la-gstspacescope.lo CCLD libgstcoloreffects.la CC libgstdccp_la-gstdccpserversink.lo CC libgstdebugutilsbad_la-debugutilsbad.lo CC libgstbayer_la-gstrgb2bayer.lo CC libgstcamerabin2_la-gstwrappercamerabinsrc.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__)) ^ 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__)) ^ 2 warnings generated. CCLD libgstcdxaparse.la CC libgstautoconvert_la-plugin.lo CC libgstdtmf_la-gstrtpdtmfsrc.lo CC libgstcamerabin_la-gstinputselector.lo 2 warnings generated. CCLD libgstaiff.la CC libgstcolorspace_la-tmp-orc.lo CC libgstdebugutilsbad_la-gstchecksumsink.lo CCLD libgstautoconvert.la gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/adpcmdec' CC libgstdtmf_la-gstrtpdtmfdepay.lo CC libgstdccp_la-gstdccpserversrc.lo 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 libgstaudiovisualizers_la-gstspectrascope.lo /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 libgstbayer_la-tmp-orc.lo CC libgstdvbsuboverlay_la-dvb-sub.lo 2 warnings generated. CC libgstcamerabin2_la-gstcamerabin2.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__)) ^ gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dataurisrc' CC libgstdccp_la-gstdccpclientsink.lo CC libgstasfmux_la-gstasfparse.lo 4 warnings generated. CC libgstcamerabin_la-camerabinimage.lo CC libgstcamerabin_la-camerabinvideo.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/adpcmenc' CC libgstdtmf_la-tone_detect.lo CC libgstdccp_la-gstdccpclientsrc.lo CC libgstaudiovisualizers_la-gstsynaescope.lo CC libgstdebugutilsbad_la-gstchopmydata.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 ^ /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 libgstaudiovisualizers_la-gstwavescope.lo CC libgstdtmf_la-gstdtmf.lo CCLD libgstbayer.la CC libgstasfmux_la-gstrtpasfpay.lo CC libgstcamerabin2_la-gstplugin.lo CCLD libgstdccp.la 9 warnings generated. CC libgstasfmux_la-gstasf.lo CC libgstdvbsuboverlay_la-gstdvbsuboverlay.lo CC libgstdebugutilsbad_la-gstcompare.lo CC libgstcamerabin_la-camerabingeneral.lo CCLD libgstdtmf.la 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/autoconvert' CC libgstcamerabin_la-camerabinpreview.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__)) ^ CCLD libgstaudiovisualizers.la CC libgstcamerabin_la-gstcamerabin-enum.lo CCLD libgstcamerabin2.la 2 warnings generated. CCLD libgstdvbsuboverlay.la /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 /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 libgstdvdspu_la-gstdvdspu-render.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/aiff' CC libgstcamerabin_la-gstcamerabin-marshal.lo CCLD libgstdebugutilsbad.la CCLD libgstcolorspace.la gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/cdxaparse' CC libgstdvdspu_la-gstspu-vobsub.lo CC libgstdvdspu_la-gstspu-vobsub-render.lo CCLD libgstcamerabin.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 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] = { ^ CCLD libgstfaceoverlay.la 5 warnings generated. /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' ORCC tmp-orc.c ORCC gstfieldanalysisorc.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/fieldanalysis' CC libgstfieldanalysis_la-gstfieldanalysis.lo /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 CC libgstdvdspu_la-gstspu-pgs.lo CCLD libgstfestival.la gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/coloreffects' CC libgstfieldanalysis_la-tmp-orc.lo /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' CC libgstfreeverb_la-gstfreeverb.lo CCLD libgstfreeze.la CCLD libgstdvdspu.la CCLD libgstfieldanalysis.la gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dtmf' /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 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 gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dvbsuboverlay' CC libgstfrei0r_la-gstfrei0rsrc.lo 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 libgstfrei0r_la-gstfrei0rmixer.lo 4 warnings generated. CCLD libgstfreeverb.la /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 /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 CC libgstgaudieffects_la-gstchromium.lo CCLD libgstfrei0r.la gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/asfmux' CC libgstgeometrictransform_la-gstgeometrictransform.lo CC libgstgeometrictransform_la-gstcirclegeometrictransform.lo CC libgstgaudieffects_la-gstdilate.lo CC libgstgeometrictransform_la-geometricmath.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/freeze' 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 CC libgstgeometrictransform_la-gstcircle.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-gstexclusion.lo 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 gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/audiovisualizers' CC libgstgaudieffects_la-gstsolarize.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/festival' CC libgstgeometrictransform_la-gstdiffuse.lo CC libgstgeometrictransform_la-gstkaleidoscope.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 libgstgeometrictransform_la-gstmarble.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 /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' CC libgsthdvparse_la-gsthdvparse.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 CC libgstgeometrictransform_la-gstpinch.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/dvdspu' CC libgstfragmented_la-gsthlsdemux.lo CC libgstfragmented_la-gstfragmentedplugin.lo /usr/pkg/bin/gmake -C id3tag gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/id3tag' CC libgstid3tag_la-gstid3mux.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/freeverb' CC libgstgeometrictransform_la-gstrotate.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 libgstgeometrictransform_la-gstsphere.lo 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 CCLD libgstgaudieffects.la gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/camerabin2' CC libgstgeometrictransform_la-gsttwirl.lo CC libgstgeometrictransform_la-gstwaterripple.lo CC libgstinter_la-gstinteraudiosrc.lo CC libgstinter_la-gstintervideosink.lo 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__)) ^ gsthlsdemux.c:425:7: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] 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: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: 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__)) ^ 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: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 /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 CC libgstinter_la-gstintervideosrc.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 libgstgeometrictransform_la-gststretch.lo id3tag.c:269:1: warning: unused function 'id3v2_frame_write_uint32_syncsafe' [-Wunused-function] id3v2_frame_write_uint32_syncsafe (GstId3v2Frame * frame, guint32 val) ^ 2 warnings generated. CC libgstinter_la-gstinter.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 libgsthdvparse.la CCLD libgstfragmented.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' CC libgstjpegformat_la-gstjpegformat.lo CC libgstjp2kdecimator_la-jp2kcodestream.lo CC libgstjpegformat_la-gstjpegparse.lo 1 warning generated. CCLD libgstid3tag.la /usr/pkg/bin/gmake -C legacyresample 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 CCLD libgstinterlace.la CC libgstjpegformat_la-gstjifmux.lo CC libgstinter_la-gstintersurface.lo CC libgstgeometrictransform_la-gstbulge.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/frei0r' CC libgstgeometrictransform_la-gsttunnel.lo CC libgstlegacyresample_la-functable.lo CC libgstgeometrictransform_la-gstsquare.lo /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/librfb' CC librfb_la-rfbbuffer.lo CCLD libgstivfparse.la 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 gstintertest-gstintertest.o /usr/pkg/bin/gmake -C liveadder 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 /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 CC libgstlegacyresample_la-resample.lo 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__)) ^ CCLD libgstjp2kdecimator.la CCLD libgsth264parse.la 1 warning generated. CCLD libgstinter.la CC libgstlegacyresample_la-resample_functable.lo CCLD libgstjpegformat.la CC librfb_la-rfbdecoder.lo CC libgstgeometrictransform_la-gstmirror.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__)) ^ CC libgstmpegdemux_la-flutspatinfo.lo CCLD gstintertest 2 warnings generated. CCLD libgstliveadder.la gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/hls' CC librfb_la-d3des.lo CC libgstlegacyresample_la-resample_ref.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/gaudieffects' CC libgstgeometrictransform_la-gstfisheye.lo CC librfb_la-vncauth.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/hdvparse' CC libgstlegacyresample_la-buffer.lo CC libgstmpegdemux_la-flutspmtinfo.lo CCLD libgstgeometrictransform.la CC libgstmpegdemux_la-flutspmtstreaminfo.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/ivfparse' CC libgstrfbsrc_la-gstrfbsrc.lo /usr/pkg/bin/gmake -C mpegtsdemux CCLD libgstlegacyresample.la 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 CC libgstmpegdemux_la-gstmpegdemux.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__)) ^ 6 warnings generated. 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__)) ^ /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 CC libgstmpegtsdemux_la-gstmpegdesc.lo 6 warnings generated. /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' gmake[4]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsmux/tsmux' CC libgstmpegpsmux_la-mpegpsmux.lo CC libtsmux_la-tsmux.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/id3tag' CC libgstmpegtsdemux_la-mpegtsbase.lo gstmpegdemux.c:649:32: warning: expression result unused [-Wunused-value] p_ev = &demux->lang_codes, event; ^~~~~ 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/interlace' CC libtsmux_la-tsmuxstream.lo /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 CC libgstmpegpsmux_la-psmux.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/h264parse' CC libgstmpegdemux_la-gstmpegdesc.lo CC libgstmpegdemux_la-gstmpegtsdemux.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/jp2kdecimator' CC libgstmpegdemux_la-gstpesfilter.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__)) ^ 3 warnings generated. 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 8 warnings generated. /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 CC libgstmpegvideoparse_la-mpegpacketiser.lo CC libgstmpegpsmux_la-psmuxstream.lo /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 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__)) ^ CCLD libgstrfbsrc.la 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_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' CC libgstmpegpsmux_la-mpegpsmux_aac.lo #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 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: /usr/pkg/bin/gmake -C nsf gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/nsf' CC libgstnsf_la-gstnsf.lo 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/inter' CC libgstmxf_la-mxful.lo 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 libgstmpegdemux_la-gstsectionfilter.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__)) ^ 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__)) ^ CCLD libtsmux.la gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/liveadder' CC libgstnsf_la-fmopl.lo CCLD libgstmpegvideoparse.la CC libgstmxf_la-mxftypes.lo 25 warnings generated. CC libgstmpegtsdemux_la-mpegtsparse.lo CC libgstnsf_la-log.lo CC libgstmpegpsmux_la-mpegpsmux_h264.lo CC libgstmve_la-gstmvemux.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) ~~ ~~~~~~~~~~~~~^~~~~~~~~ CC libgstmpegtsdemux_la-payload_parsers.lo 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<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__)) ^ CCLD libgstmpegpsmux.la 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' CC libgstmpegtsmux_la-mpegtsmux.lo 2 warnings generated. CC libgstmve_la-gstmvedemux.lo CC libgstmpegtsmux_la-mpegtsmux_h264.lo CC libgstmpegtsmux_la-mpegtsmux_aac.lo CC libgstmve_la-mveaudiodec.lo CC libgstmve_la-mvevideodec8.lo 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 CC libgstnsf_la-vrc7_snd.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: result of 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) ^ CCLD libgstnuvdemux.la 1 warning generated. gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/librfb' CC libgstmve_la-mvevideodec16.lo CC libgstnsf_la-fds_snd.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__)) ^ 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__)) ^ 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__)) ^ 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] 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-mveaudioenc.lo CC libgstmve_la-mvevideoenc8.lo /usr/pkg/bin/gmake -C patchdetect 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 gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegvideoparse' CC libgstmve_la-mvevideoenc16.lo CC libgstnsf_la-nes6502.lo 3 warnings generated. CCLD libgstmpegtsdemux.la 25 warnings generated. CCLD libgstmpegdemux.la /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 CC libgstnsf_la-nsf.lo CC libgstnsf_la-vrcvisnd.lo CCLD libgstmpegtsmux.la CC libgstmxf_la-mxfessence.lo /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' CC libgstpnm_la-gstpnmutils.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegpsmux' CC libgstpcapparse_la-gstirtspparse.lo CC libgstpcapparse_la-plugin.lo /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 libgstpnm_la-gstpnm.lo CC libgstmxf_la-mxfquark.lo /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 CC libgstremovesilence_la-vad_private.lo CC libgstpnm_la-gstpnmdec.lo CCLD libgstpcapparse.la CC libgstmxf_la-mxfmux.lo CCLD libgstmve.la 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__)) ^ CC libgstrawparse_la-gstaudioparse.lo CCLD libgstpatchdetect.la 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. 2 warnings generated. /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 /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' CC libgstrtpvp8_la-gstrtpvp8.lo CC libgstrtpmux_la-gstrtpmux.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/nuvdemux' CC libgstrawparse_la-gstvideoparse.lo CC libgstrtpmux_la-gstrtpdtmfmux.lo CCLD libgstremovesilence.la CC libgstpnm_la-gstpnmenc.lo CC libgstmxf_la-mxfdemux.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 libgstrtpvp8_la-gstrtpvp8depay.lo CC libgstmxf_la-mxfaes-bwf.lo 4 warnings generated. CC libgstrawparse_la-plugin.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' CC libgstscaletempoplugin_la-gstscaletempoplugin.lo /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 CCLD libgstrtpmux.la 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__)) ^ 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 libgstrtpvp8_la-gstrtpvp8pay.lo CCLD libgstrawparse.la CCLD libgstpnm.la CCLD libgstnsf.la CC libgstsdi_la-gstsdidemux.lo CC libgstscaletempoplugin_la-gstscaletempo.lo CC libgstsdi_la-gstsdimux.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegtsdemux' CC libgstrtpvp8_la-dboolhuff.lo 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 libgstmxf_la-mxfmpeg.lo CC libgstmxf_la-mxfdv-dif.lo CC libgstmxf_la-mxfalaw.lo CCLD libgstsdi.la 29 warnings generated. gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mpegdemux' CC libgstmxf_la-mxfjpeg2000.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/mve' CC libgstmxf_la-mxfd10.lo /usr/pkg/bin/gmake -C sdp gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/pcapparse' CC libgstmxf_la-mxfup.lo 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 CCLD libgstscaletempoplugin.la CCLD libgstrtpvp8.la /usr/pkg/bin/gmake -C segmentclip gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/segmentclip' CC libgstsegmentclip_la-gstsegmentclip.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 libgstsegmentclip_la-gstaudiosegmentclip.lo CC libgstsegmentclip_la-gstvideosegmentclip.lo CC libgstsegmentclip_la-plugin.lo /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 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' /usr/pkg/bin/gmake -C smooth #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' gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/smooth' # 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 libgstsmooth_la-gstsmooth.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__)) ^ CC libgstmxf_la-mxfvc3.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 gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/patchdetect' CC libgstsiren_la-gstsirendec.lo CC libgstmxf_la-mxfdms1.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 CCLD libgstsegmentclip.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 13 warnings generated. CCLD libgstsdpelem.la gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/nsf' CC libgstsiren_la-gstsirenenc.lo /usr/pkg/bin/gmake -C tta 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 CC libgstsiren_la-common.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/pnm' CC libgstsiren_la-dct4.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rtpmux' CC libgstsiren_la-decoder.lo CCLD libgstsmooth.la CCLD libgstspeed.la CC libgstsubenc_la-gstsubenc.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 /usr/pkg/bin/gmake -C videofilters /usr/pkg/bin/gmake -C videomaxrate gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videomaxrate' gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videofilters' CC libgstvideomaxrate_la-videomaxrate.lo CC libgstvideofiltersbad_la-gstvideofilter2.lo CC libgstsubenc_la-gstwebvttenc.lo /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' CC libgstsiren_la-encoder.lo CC libgstvideomeasure_la-gstvideomeasure.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/sdi' CC libgsttta_la-gstttadec.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__)) ^ CC libgstvideomeasure_la-gstvideomeasure_ssim.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/scaletempo' CC libgstsiren_la-huffman.lo 2 warnings generated. CC libgstsiren_la-rmlt.lo CCLD libgstvideomaxrate.la CC libgstvideofiltersbad_la-gstzebrastripe.lo CC libgstvideomeasure_la-gstvideomeasure_collector.lo CCLD libgstsubenc.la gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/rtpvp8' CC libgstvideofiltersbad_la-gstscenechange.lo /usr/pkg/bin/gmake -C videoparsers gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/videoparsers' CC libgstvideoparsersbad_la-plugin.lo /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/videosignal' CC libgstvideosignal_la-gstvideosignal.lo CCLD libgstsiren.la CCLD libgsttta.la CCLD libgstmxf.la /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 libgstvmnc_la-vmncdec.lo CC libgstvideosignal_la-gstvideoanalyse.lo CCLD libgstvideomeasure.la CC libgstvideofiltersbad_la-gstvideofiltersbad.lo CC libgstvideoparsersbad_la-h263parse.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/segmentclip' CC libgstvideoparsersbad_la-gsth263parse.lo CC libgstvideoparsersbad_la-gstdiracparse.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/speed' CC libgstvideoparsersbad_la-dirac_parse.lo CCLD libgstvideofiltersbad.la CC libgstvideosignal_la-gstvideodetect.lo CCLD libgstvmnc.la CC libgstvideosignal_la-gstvideomark.lo gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/sdp' CC libgstvideoparsersbad_la-gsth264parse.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 CC libgstvideoparsersbad_la-gstmpegvideoparse.lo 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 libgstvideosignal.la gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/stereo' CCLD libgsty4mdec.la gmake[3]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/gst/subenc' CCLD libgstvideoparsersbad.la 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/tta' 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/vmnc' 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/videomeasure' 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/videosignal' 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/apexsink' gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/ext/bz2' CC libgstapexsink_la-gstapexplugin.lo CC libgstapexsink_la-gstapexraop.lo gmake[3]: Entering directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23/ext/gsettings' cp org.freedesktop.gstreamer.default-elements.gschema.xml org.freedesktop.gstreamer-0.10.default-elements.gschema.xml CC libgstbz2_la-gstbz2.lo CC libgstbz2_la-gstbz2dec.lo CC libgstbz2_la-gstbz2enc.lo CC libgstapexsink_la-gstapexsink.lo CC libgstgsettingselements_la-gstgsettingsaudiosink.lo CC libgstgsettingselements_la-gstswitchsink.lo CC libgstgsettingselements_la-gstgsettingsvideosrc.lo CC libgstgsettingselements_la-gstgsettingsvideosink.lo CC libgstgsettingselements_la-gstgsettingsaudiosrc.lo CC libgstgsettingselements_la-plugin.lo GEN org.freedesktop.gstreamer-0.10.default-elements.gschema.valid CC libgstgsettingselements_la-gstswitchsrc.lo 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 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_ 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_ 2 warnings generated. 1 warning generated. 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; ^ 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: gstgsettingsaudiosrc.cnote: :expanded from macro 'G_DEPRECATED_FOR'106 :38:#define G_DEPRECATED_FOR(f) G_DEPRECATED warning: ^if statement has empty body [-Wempty-body] /data/scratch/multimedia/gst-plugins0.10-bad/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 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) ^ 3 errors generated/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__)) ^ gmake[3]: *** [Makefile:679: libgstapexsink_la-gstapexraop.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... 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__)) ^ 1 warning generated. CCLD libgstbz2.la 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/apexsink' gmake[2]: *** [Makefile:1181: apexsink] Error 2 gmake[2]: *** Waiting for unfinished jobs.... 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' gmake[1]: *** [Makefile:731: all-recursive] Error 1 gmake[1]: Leaving directory '/data/scratch/multimedia/gst-plugins0.10-bad/work/gst-plugins-bad-0.10.23' gmake: *** [Makefile:657: 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