mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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,
|
gst_patchdetect_init (GstPatchdetect * patchdetect,
|
||||||
GstPatchdetectClass * patchdetect_class)
|
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
|
void
|
||||||
|
|
|
@ -37,9 +37,6 @@ struct _GstPatchdetect
|
||||||
{
|
{
|
||||||
GstBaseTransform base_patchdetect;
|
GstBaseTransform base_patchdetect;
|
||||||
|
|
||||||
GstPad *sinkpad;
|
|
||||||
GstPad *srcpad;
|
|
||||||
|
|
||||||
GstVideoFormat format;
|
GstVideoFormat format;
|
||||||
int width;
|
int width;
|
||||||
int height;
|
int height;
|
||||||
|
|
Loading…
Reference in a new issue