mirror of
https://github.com/aler9/gortsplib
synced 2025-10-18 21:14:38 +08:00
remove useless header
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/video/video.h>
|
|
||||||
|
|
||||||
GType gst_exitafterframe_get_type ();
|
GType gst_exitafterframe_get_type ();
|
||||||
|
|
||||||
@@ -69,8 +68,6 @@ gst_exitafterframe_init (GstExitAfterFrame* filter)
|
|||||||
{
|
{
|
||||||
GstElement* element = GST_ELEMENT(filter);
|
GstElement* element = GST_ELEMENT(filter);
|
||||||
|
|
||||||
g_print("[lasermqtt] init()\n");
|
|
||||||
|
|
||||||
filter->sinkpad = gst_pad_new_from_static_template(&sink_factory, "sink");
|
filter->sinkpad = gst_pad_new_from_static_template(&sink_factory, "sink");
|
||||||
gst_pad_set_chain_function(filter->sinkpad, gst_exitafterframe_chain);
|
gst_pad_set_chain_function(filter->sinkpad, gst_exitafterframe_chain);
|
||||||
GST_PAD_SET_PROXY_CAPS(filter->sinkpad);
|
GST_PAD_SET_PROXY_CAPS(filter->sinkpad);
|
||||||
|
Reference in New Issue
Block a user