gstreamer/ext
Matthew Waters 0017115494 vpx: fix macos werror build
../ext/vpx/gstvpxenc.c:1723:49: error: format specifies type 'long' but the argument has type 'vpx_codec_pts_t' (aka 'long long') [-Werror,-Wformat]
          ", gst frame pts: %" G_GINT64_FORMAT, pkt->data.frame.pts, pts);
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Frameworks/GStreamer.framework/Versions/1.0/include/gstreamer-1.0/gst/gstinfo.h:1065:96: note: expanded from macro 'GST_TRACE_OBJECT'
#define GST_TRACE_OBJECT(obj,...)       GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_TRACE,   obj,  __VA_ARGS__)
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/Library/Frameworks/GStreamer.framework/Versions/1.0/include/gstreamer-1.0/gst/gstinfo.h:646:31: note: expanded from macro 'GST_CAT_LEVEL_LOG'
        (GObject *) (object), __VA_ARGS__);                             \
                              ^~~~~~~~~~~
../ext/vpx/gstvpxenc.c:1723:70: error: format specifies type 'long' but the argument has type 'vpx_codec_pts_t' (aka 'long long') [-Werror,-Wformat]
          ", gst frame pts: %" G_GINT64_FORMAT, pkt->data.frame.pts, pts);
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Library/Frameworks/GStreamer.framework/Versions/1.0/include/gstreamer-1.0/gst/gstinfo.h:1065:96: note: expanded from macro 'GST_TRACE_OBJECT'
#define GST_TRACE_OBJECT(obj,...)       GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_TRACE,   obj,  __VA_ARGS__)
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/Library/Frameworks/GStreamer.framework/Versions/1.0/include/gstreamer-1.0/gst/gstinfo.h:646:31: note: expanded from macro 'GST_CAT_LEVEL_LOG'
        (GObject *) (object), __VA_ARGS__);                             \
                              ^~~~~~~~~~~
2019-08-30 14:12:29 +10:00
..
aalib aasink: Generate pkg-config file for the plugin 2019-05-23 12:38:06 +03:00
cairo doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00
dv dv, gtk, qt, osxaudio, osxvideo, waveform: add to plugins list 2019-05-29 14:56:37 +00:00
flac docstrings: port ulinks to markdown links 2019-08-23 18:56:01 +02:00
gdk_pixbuf doc: fix element section documentations 2019-05-25 16:57:31 +02:00
gtk gtkglsink: fix crash when widget is resized after element destruction 2019-07-26 08:25:45 +00:00
jack doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00
jpeg jpegdec: Don't dereference NULL input state if we have no caps in TIME segments 2019-07-25 15:08:54 +03:00
lame docstrings: port ulinks to markdown links 2019-08-23 18:56:01 +02:00
libcaca doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00
libpng doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00
mpg123 doc: remove xml from comments 2019-05-29 22:20:40 +02:00
pulse docstrings: port ulinks to markdown links 2019-08-23 18:56:01 +02:00
qt dv, gtk, qt, osxaudio, osxvideo, waveform: add to plugins list 2019-05-29 14:56:37 +00:00
raw1394 doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00
shout2 doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00
soup souphttpsrc: Fix incompatible type build warning 2019-08-21 15:20:56 +00:00
speex docstrings: port ulinks to markdown links 2019-08-23 18:56:01 +02:00
taglib doc: remove xml from comments 2019-05-29 22:20:40 +02:00
twolame doc: remove xml from comments 2019-05-29 22:20:40 +02:00
vpx vpx: fix macos werror build 2019-08-30 14:12:29 +10:00
wavpack docstrings: port ulinks to markdown links 2019-08-23 18:56:01 +02:00
Makefile.am qt: hook up to build 2018-02-12 18:40:10 +00:00
meson.build meson: Don't skip plugins that don't build with MSVC 2018-09-05 20:15:57 +05:30