mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +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
ef93dc47b4
commit
c409d802cd
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