diff options
author | David Schleef <ds@schleef.org> | 2003-11-08 02:52:41 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-11-08 02:52:41 +0000 |
commit | aee9dba783eb255ea9cf6bbecc2636ee33119092 (patch) | |
tree | 9a4286c36800b44fdb1575ebec974dd4fb8f6f91 /gst/videofilter/gstvideofilter.h | |
parent | bd2c86e953767ebb957510ec6a4ea5859e568a46 (diff) |
much cleanup hacking made possible by plugin changes
Original commit message from CVS:
much cleanup hacking made possible by plugin changes
Diffstat (limited to 'gst/videofilter/gstvideofilter.h')
-rw-r--r-- | gst/videofilter/gstvideofilter.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/videofilter/gstvideofilter.h b/gst/videofilter/gstvideofilter.h index fa708328..63f96920 100644 --- a/gst/videofilter/gstvideofilter.h +++ b/gst/videofilter/gstvideofilter.h @@ -98,10 +98,9 @@ GstVideofilterFormat *gst_videofilter_find_format_by_caps(GstVideofilter *filter GstCaps *caps); GstCaps *gst_videofilter_class_get_capslist(GstVideofilterClass *videofilterclass); -void gst_videofilter_postinit(GstVideofilter *videofilter); - void gst_videofilter_class_add_format(GstVideofilterClass *videofilterclass, GstVideofilterFormat *format); +void gst_videofilter_class_add_pad_templates (GstVideofilterClass *videofilterclass); G_END_DECLS |