mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
Removed redundant prototypes.
Original commit message from CVS: Removed redundant prototypes.
This commit is contained in:
parent
86316a4d29
commit
51df56e1aa
1 changed files with 0 additions and 4 deletions
|
@ -258,10 +258,6 @@ GList* gst_elementfactory_get_list (void);
|
|||
void gst_elementfactory_add_padtemplate (GstElementFactory *elementfactory,
|
||||
GstPadTemplate *templ);
|
||||
|
||||
gboolean gst_elementfactory_can_src_caps (GstElementFactory *factory,
|
||||
GstCaps *caps);
|
||||
gboolean gst_elementfactory_can_sink_caps (GstElementFactory *factory,
|
||||
GstCaps *caps);
|
||||
gboolean gst_elementfactory_can_src_caps (GstElementFactory *factory,
|
||||
GstCaps *caps);
|
||||
gboolean gst_elementfactory_can_sink_caps (GstElementFactory *factory,
|
||||
|
|
Loading…
Reference in a new issue