mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
typefindelement: remove prototype for function that no longer exists
This commit is contained in:
parent
f8323b17fb
commit
64cc548c16
1 changed files with 0 additions and 4 deletions
|
@ -135,10 +135,6 @@ static void gst_type_find_element_set_property (GObject * object,
|
|||
static void gst_type_find_element_get_property (GObject * object,
|
||||
guint prop_id, GValue * value, GParamSpec * pspec);
|
||||
|
||||
#if 0
|
||||
static const GstEventMask *gst_type_find_element_src_event_mask (GstPad * pad);
|
||||
#endif
|
||||
|
||||
static gboolean gst_type_find_element_src_event (GstPad * pad,
|
||||
GstObject * parent, GstEvent * event);
|
||||
static gboolean gst_type_find_handle_src_query (GstPad * pad,
|
||||
|
|
Loading…
Reference in a new issue