AppSink, GstBuffer and GdkPixbuf inside it

Erick Pérez Castellanos erick.red at gmail.com
Thu Dec 8 05:05:39 PST 2011


> You're probably getting the video in the wrong format (e.g.
> video/x-raw-yuv,format=I420) and not the RGB format/layout required.
Yeah. thxs, that's what was happening.
> Force appsink's caps to the same caps as gdkpixbufsink has on its
> template and it should be fine.

> (But really, why not use gdkpixbufsink?)
Cause I don't want any dropped frames, and so far as I've understood
addpsink is the one that ensure I got every frame by making a queue. I
believe that gdkpixbufsink drops frames if I don't process it fast
enough.
> Cheers
>  -Tim
Thxs, Really thxs




More information about the gstreamer-devel mailing list