Decode AVPacket

fre deric frenky.picasso at seznam.cz
Thu Dec 31 12:13:05 UTC 2020


Hi,
I need to read a video file by libav. 
So you suggest to demux the video stream in gstreamer pipeline. It means to
have pipeline like this:

appsrc ! decodebin ! videoconvert ! autovideosink
or
appsrc ! oggdemux ! theoradec ! videoconvert ! autovideosink

However, it also means that I can not send AVPacket. Should I send AVStream?
How to split AVStream? And how to set appsrc caps for such data? Thank you
for your time.




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list