mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
v4l2: Remove unused definitions
This commit is contained in:
parent
534be3313c
commit
75d2a57783
2 changed files with 0 additions and 17 deletions
|
@ -18,10 +18,6 @@
|
|||
* USA.
|
||||
*/
|
||||
|
||||
/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
|
||||
* with newer GLib versions (>= 2.31.0) */
|
||||
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
|
|
@ -230,19 +230,6 @@ gboolean gst_v4l2_object_open_shared (GstV4l2Object *v4l2object, GstV4l2
|
|||
gboolean gst_v4l2_object_close (GstV4l2Object *v4l2object);
|
||||
|
||||
/* probing */
|
||||
#if 0
|
||||
const GList* gst_v4l2_probe_get_properties (GstPropertyProbe * probe);
|
||||
|
||||
void gst_v4l2_probe_probe_property (GstPropertyProbe * probe, guint prop_id,
|
||||
const GParamSpec * pspec,
|
||||
GList ** klass_devices);
|
||||
gboolean gst_v4l2_probe_needs_probe (GstPropertyProbe * probe, guint prop_id,
|
||||
const GParamSpec * pspec,
|
||||
GList ** klass_devices);
|
||||
GValueArray* gst_v4l2_probe_get_values (GstPropertyProbe * probe, guint prop_id,
|
||||
const GParamSpec * pspec,
|
||||
GList ** klass_devices);
|
||||
#endif
|
||||
|
||||
GstCaps* gst_v4l2_object_get_all_caps (void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue