patchdetect: remove (leaking) dead code
This commit is contained in:
parent
a940c6a84d
commit
76a481c726
@ -147,12 +147,6 @@ static void
|
||||
gst_patchdetect_init (GstPatchdetect * patchdetect,
|
||||
GstPatchdetectClass * patchdetect_class)
|
||||
{
|
||||
|
||||
patchdetect->sinkpad =
|
||||
gst_pad_new_from_static_template (&gst_patchdetect_sink_template, "sink");
|
||||
|
||||
patchdetect->srcpad =
|
||||
gst_pad_new_from_static_template (&gst_patchdetect_src_template, "src");
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -37,9 +37,6 @@ struct _GstPatchdetect
|
||||
{
|
||||
GstBaseTransform base_patchdetect;
|
||||
|
||||
GstPad *sinkpad;
|
||||
GstPad *srcpad;
|
||||
|
||||
GstVideoFormat format;
|
||||
int width;
|
||||
int height;
|
||||
|
Loading…
x
Reference in New Issue
Block a user