On Wed, Aug 16, 2017 at 6:09 PM, Quentin <
[hidden email]> wrote:
> >But if you really really want a GstBuffer*, then
> >you can just get it implicitly from a smart pointer:
> >QGst::BufferPtr bufferptr;
> >GstBuffer *b = bufferptr;
>
> I try to use this method and it seems to work for pad but not for pipeline
> may be because pipeline are QGst::PipelinePtr in QtGstreamer and gstElement*
> in gstreamer.
QGst::PipelinePtr is QScopedPointer. you can use data() or take(), no?
It'd be a good idea to contribute probe code to QtGStreamer, BTW. ;-)
--
yashi
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel