mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-12 18:00:12 +00:00
remove useless header
This commit is contained in:
parent
19fec814fa
commit
4b3b0bb73c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user