summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2018-02-23 14:08:32 -0900
committerTim-Philipp Müller <tim@centricular.com>2018-02-23 23:32:44 +0000
commit751e85fa45143078fbd7f4ed7043bf5a0e3393f6 (patch)
treea4cafedbbea68d728c2cf4eea234f28e37369776
parent14f0186741af259ed34d4edef3a561d567804692 (diff)
checksumsink: remove src pad template from sink element
https://bugzilla.gnome.org/show_bug.cgi?id=793774
-rw-r--r--gst/debugutils/gstchecksumsink.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gst/debugutils/gstchecksumsink.c b/gst/debugutils/gstchecksumsink.c
index 5560a148c..9c527e38d 100644
--- a/gst/debugutils/gstchecksumsink.c
+++ b/gst/debugutils/gstchecksumsink.c
@@ -49,12 +49,6 @@ GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_ALWAYS,
GST_STATIC_CAPS_ANY);
-static GstStaticPadTemplate gst_checksum_sink_src_template =
-GST_STATIC_PAD_TEMPLATE ("src",
- GST_PAD_SRC,
- GST_PAD_ALWAYS,
- GST_STATIC_CAPS_ANY);
-
/* class initialization */
#define GST_TYPE_CHECKSUM_SINK_HASH (gst_checksum_sink_hash_get_type ())
@@ -96,8 +90,6 @@ gst_checksum_sink_class_init (GstChecksumSinkClass * klass)
base_sink_class->render = GST_DEBUG_FUNCPTR (gst_checksum_sink_render);
gst_element_class_add_static_pad_template (element_class,
- &gst_checksum_sink_src_template);
- gst_element_class_add_static_pad_template (element_class,
&gst_checksum_sink_sink_template);
g_object_class_install_property (gobject_class, PROP_HASH,