mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
patchdetect: remove (leaking) dead code
This commit is contained in:
parent
a940c6a84d
commit
76a481c726
2 changed files with 0 additions and 9 deletions
|
@ -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…
Reference in a new issue