diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-01-13 00:11:54 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-01-13 00:11:54 +0000 |
commit | 699677ed8ad7d763bfc70fbd9a23104fc18a18d7 (patch) | |
tree | a7b5943dfa3eecf143d19765657b05c65c475889 /gst/patchdetect | |
parent | 5b785f51caf454d819199079de00b4a3d0034677 (diff) | |
parent | 409816b5baaecdf61819c23475ad77d3ed9811b8 (diff) | |
download | gstreamer-plugins-bad-699677ed8ad7d763bfc70fbd9a23104fc18a18d7.tar.gz |
Merge remote-tracking branch 'origin/master' into 0.11
Diffstat (limited to 'gst/patchdetect')
-rw-r--r-- | gst/patchdetect/gstpatchdetect.c | 6 | ||||
-rw-r--r-- | gst/patchdetect/gstpatchdetect.h | 3 |
2 files changed, 0 insertions, 9 deletions
diff --git a/gst/patchdetect/gstpatchdetect.c b/gst/patchdetect/gstpatchdetect.c index af4d88319..bb1d6f8b3 100644 --- a/gst/patchdetect/gstpatchdetect.c +++ b/gst/patchdetect/gstpatchdetect.c @@ -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 diff --git a/gst/patchdetect/gstpatchdetect.h b/gst/patchdetect/gstpatchdetect.h index 1f29218aa..acf23e076 100644 --- a/gst/patchdetect/gstpatchdetect.h +++ b/gst/patchdetect/gstpatchdetect.h @@ -37,9 +37,6 @@ struct _GstPatchdetect { GstBaseTransform base_patchdetect; - GstPad *sinkpad; - GstPad *srcpad; - GstVideoFormat format; int width; int height; |