remove useless header

This commit is contained in:
aler9 2020-12-16 13:13:33 +01:00
parent 19fec814fa
commit 4b3b0bb73c

View File

@ -1,6 +1,5 @@
#include <gst/gst.h>
#include <gst/video/video.h>
GType gst_exitafterframe_get_type ();
@ -69,8 +68,6 @@ gst_exitafterframe_init (GstExitAfterFrame* filter)
{
GstElement* element = GST_ELEMENT(filter);
g_print("[lasermqtt] init()\n");
filter->sinkpad = gst_pad_new_from_static_template(&sink_factory, "sink");
gst_pad_set_chain_function(filter->sinkpad, gst_exitafterframe_chain);
GST_PAD_SET_PROXY_CAPS(filter->sinkpad);