Re: Building and enabling GstVideotimecode plugin
Nicolas Dufresne via gstreamer-devel <[email protected]> Wed, 07 Aug 2024 16:28:52 -0400
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, be aware that most of the discussions have moved to discourse.gstreamer.org. Le mercredi 07 août 2024 à 20:50 +0300, Gil Messerman via gstreamer-devel a écrit : > Hi, > > Is GstVideotimecode available as a plugin? > https://gstreamer.freedesktop.org/documentation/video/gstvideotimecode.html?gi-language=c > > > Our understanding was that if should be part of gst-plugins-base package > ( > https://github.com/GStreamer/gst-plugins-base/blob/master/gst-libs/gst/video/gstvideotimecode.h > ), but when we compile and install it, the videotimecode is not available. Of course you'll need GStreamer 1.10 and over. This is not a plugin but an API withing our video library. Make sure to include the relevant headers (or simply gst/video/video.h). You can use pkg-config to setup your compiler properly. The package name is "gstreamer-video-1.0". Nicolas > > Is there any other available plugin for adding SEI timecodes to the video? No, not the kind of thing we can have multiple implementation. > > Thanks, > Gil >