Which gstreamer plug-in source code to reffer ?
Sebastian Dröge
sebastian at centricular.com
Sat Jan 16 00:03:33 PST 2016
On Do, 2016-01-14 at 23:56 -0800, ssshukla26 wrote:
> Just for a proof of concept,
>
> I am doing as follows in GstVideoEncoderClass, am overriding
> *handle_frame*
> function to just copy input buffer to output buffer, that is doing no
> processing on input buffer. The code is as follows.
> [...]
Take a look at the code of existing video encoders that use the
GstVideoEncoder base class. Missing in your code are at least a)
setting of the output format and b) finishing of the "encoded" frames
so they can be passed downstream.
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160116/e9bde0a1/attachment.sig>
More information about the gstreamer-devel
mailing list