mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
That function was removed from videofilter because of plugin_init changes
Original commit message from CVS: That function was removed from videofilter because of plugin_init changes
This commit is contained in:
parent
94ff8fbb81
commit
e9299c0a4f
1 changed files with 0 additions and 2 deletions
|
@ -204,8 +204,6 @@ gst_timeoverlay_init (GstTimeoverlay *timeoverlay)
|
||||||
videofilter->srcpad = gst_pad_new_from_template (
|
videofilter->srcpad = gst_pad_new_from_template (
|
||||||
GST_PAD_TEMPLATE_GET (gst_timeoverlay_src_template_factory),
|
GST_PAD_TEMPLATE_GET (gst_timeoverlay_src_template_factory),
|
||||||
"src");
|
"src");
|
||||||
|
|
||||||
gst_videofilter_postinit(GST_VIDEOFILTER(timeoverlay));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue