From c62995f2fc0bb404616311c43e9e4177d4c18dc1 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 2 Mar 2003 21:58:52 +0000 Subject: Unification of the way to speak to v4l2 and v4l elements... Also fix a segfautl when doing gst-inspect v4l2src Original commit message from CVS: Unification of the way to speak to v4l2 and v4l elements... Also fix a segfautl when doing gst-inspect v4l2src --- sys/v4l2/v4l2src_calls.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/v4l2/v4l2src_calls.h') diff --git a/sys/v4l2/v4l2src_calls.h b/sys/v4l2/v4l2src_calls.h index 436f65dc..263d89a3 100644 --- a/sys/v4l2/v4l2src_calls.h +++ b/sys/v4l2/v4l2src_calls.h @@ -40,8 +40,6 @@ gboolean gst_v4l2src_capture_deinit (GstV4l2Src *v4l2src); gboolean gst_v4l2src_fill_format_list (GstV4l2Src *v4l2src); gboolean gst_v4l2src_empty_format_list (GstV4l2Src *v4l2src); -GList * gst_v4l2src_get_fourcc_list (GstV4l2Src *v4l2src); -GList * gst_v4l2src_get_format_list (GstV4l2Src *v4l2src); #endif /* __V4L2_SRC_CALLS_H__ */ -- cgit v1.2.1