ignoring framerate in my plugin
Ozhmegov
ElijahOzhmegov at gmail.com
Fri Apr 20 12:10:49 UTC 2018
Hi all,
I play videofile with gstreamer and pipeline has my plugin *laplacian* and
*laplacian* is ignoring framerate and it seems that it has as large fps as
it can.
My pipeline:
gst-launch-1.0 filesrc location=test_p480.mov ! decodebin name=dec !
videorate ! video/x-raw,width=640,heigh=360,framerate=24/1 ! queue !
videoconvert ! laplacian ! videoconvert ! osxvideosink
It is based on the Boilerplate from here
https://gstreamer.freedesktop.org/documentation/plugin-development/basics/boiler.html.
Laplacian:
gstlaplacian.hxx
<http://gstreamer-devel.966125.n4.nabble.com/file/t377923/gstlaplacian.hxx>
gstlaplacian.cxx
<http://gstreamer-devel.966125.n4.nabble.com/file/t377923/gstlaplacian.cxx>
How to make it work with framerate? What's the problem? Did I miss something
on tutorial?
Kind Regards
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list