gstreamer/sys/uvch264
Matthew Waters 6e9d0ac61b uvch264: fix werror build with clang
../subprojects/gst-plugins-bad/sys/uvch264/gstuvch264deviceprovider.c:48:1: warning: unused function 'GST__UVC_H264_DEVICE' [-Wunused-function]
G_DECLARE_FINAL_TYPE (GstUvcH264Device, gst_uvc_h264_device, GST_,
^
/usr/include/glib-2.0/gobject/gtype.h:1405:33: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
  static inline ModuleObjName * MODULE##_##OBJ_NAME (gpointer ptr) {                                     \
                                ^
<scratch space>:75:1: note: expanded from here
GST__UVC_H264_DEVICE
^
../subprojects/gst-plugins-bad/sys/uvch264/gstuvch264deviceprovider.c:48:1: warning: unused function 'GST__IS_UVC_H264_DEVICE' [-Wunused-function]
/usr/include/glib-2.0/gobject/gtype.h:1407:26: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
  static inline gboolean MODULE##_IS_##OBJ_NAME (gpointer ptr) {                                         \
                         ^
<scratch space>:78:1: note: expanded from here
GST__IS_UVC_H264_DEVICE
^
../subprojects/gst-plugins-bad/sys/uvch264/gstuvch264deviceprovider.c:139:1: warning: unused function 'GST_UVC_H264_DEVICE_PROVIDER' [-Wunused-function]
G_DECLARE_FINAL_TYPE (GstUvcH264DeviceProvider, gst_uvc_h264_device_provider, GST, UVC_H264_DEVICE_PROVIDER, GstDeviceProvider)
^
/usr/include/glib-2.0/gobject/gtype.h:1405:33: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
  static inline ModuleObjName * MODULE##_##OBJ_NAME (gpointer ptr) {                                     \
                                ^
<scratch space>:137:1: note: expanded from here
GST_UVC_H264_DEVICE_PROVIDER
^
../subprojects/gst-plugins-bad/sys/uvch264/gstuvch264deviceprovider.c:139:1: warning: unused function 'GST_IS_UVC_H264_DEVICE_PROVIDER' [-Wunused-function]
/usr/include/glib-2.0/gobject/gtype.h:1407:26: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
  static inline gboolean MODULE##_IS_##OBJ_NAME (gpointer ptr) {                                         \
                         ^
<scratch space>:140:1: note: expanded from here
GST_IS_UVC_H264_DEVICE_PROVIDER
^
2019-08-28 02:47:18 +00:00
..
gstuvch264.c uvch264: Implement device provider 2019-06-16 02:30:53 +00:00
gstuvch264_mjpgdemux.c uvch264src: get rid of unnecessary private struct 2018-06-24 00:07:59 +02:00
gstuvch264_mjpgdemux.h uvch264src: get rid of unnecessary private struct 2018-06-24 00:07:59 +02:00
gstuvch264_src.c uvch264: Factor out checking if v4l2device is uvc compatible 2019-06-16 02:30:53 +00:00
gstuvch264_src.h uvch264: Factor out checking if v4l2device is uvc compatible 2019-06-16 02:30:53 +00:00
gstuvch264deviceprovider.c uvch264: fix werror build with clang 2019-08-28 02:47:18 +00:00
gstuvch264deviceprovider.h uvch264: fix werror build with clang 2019-08-28 02:47:18 +00:00
Makefile.am uvch264: Fix autotools build. 2019-06-28 15:46:22 +10:00
meson.build uvch264: Implement device provider 2019-06-16 02:30:53 +00:00
uvc_h264.c uvch264: Factor out checking if v4l2device is uvc compatible 2019-06-16 02:30:53 +00:00
uvc_h264.h uvch264: Factor out checking if v4l2device is uvc compatible 2019-06-16 02:30:53 +00:00