Closed Caption 1.16.0 in python
Mathieu Duponchelle
mathieu at centricular.com
Thu May 2 16:09:27 UTC 2019
Hello,
gst_buffer_get_video_caption_meta() is implemented as a function macro,
and as such is not introspectable. You should be able to use the standard
GstMeta API to access the caption meta however.
There is no gst_buffer_set_video_caption_meta() API, you should however be
able to use GstVideo.buffer_add_video_caption_meta().
On 5/2/19 5:40 PM, KPAXIT wrote:
> Hello,
>
> I'm trying to use gst_buffer_get_video_caption_meta () and/or
> gst_buffer_set_video_caption_meta (...) on a buffer in python, but I get
> error "AttributeError: 'Buffer' object has no attribute
> 'get_video_caption_meta'
> "
> info/context:
> -Ubuntu 18.04
> -Gstreamer 1.16.0 (from source) with base, good, ugly, bad, gst-python
> plugins
> -pipeline is: videotestsrc is-live=1 ! identity ! x264enc ! mp4mux !
> filesink location="file.mp4"
>
> In identity 'handoff' handler i'm trying to get_video_caption_meta () for
> example but get an error.
>
> Is it still not supported in python or do I have some python binding issue?
>
> Any help would be appreciated.
> Thanks.
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
--
Mathieu Duponchelle ยท https://www.centricular.com
More information about the gstreamer-devel
mailing list