summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-11-10 12:11:21 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-11-10 12:11:21 +0100
commit85469512223d95fd80fba5d24facb6e57e6f759a (patch)
tree8a05a43ca3067a8765ce947fa1ec22069582eaa8 /tools
parentd9613e5d82cdd6186af6a3337076b9d5d2e30997 (diff)
downloadgstreamer-plugins-bad-85469512223d95fd80fba5d24facb6e57e6f759a.tar.gz
chain up in set_clock
Diffstat (limited to 'tools')
-rw-r--r--tools/element-templates/element2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/element-templates/element b/tools/element-templates/element
index ed025ee2b..001f48762 100644
--- a/tools/element-templates/element
+++ b/tools/element-templates/element
@@ -97,7 +97,7 @@ static gboolean
gst_replace_set_clock (GstElement * element, GstClock * clock)
{
- return TRUE;
+ return GST_ELEMENT_CLASS (parent_class)->set_clock (element, clock);
}
static GstIndex *