On Wed, Feb 18, 2015 at 08:34:43AM -0500, Nicolas Dufresne wrote: > > Le 2015-02-18 03:42, Zahari Doychev a écrit : > >>gst-launch-1.0 filesrc > >>>location=/home/H264_test1_Talkinghead_mp4_480x360.mp4 ! qtdemux ! > >>>h264parse ! v4l2video1dec ! videoconvert ! fbdevsink > >I am using this pipeline with gstreamer 1.4.5 and current media branch but I am > >getting very poor performance 1-2 fps when playing 800x400 video. Is it possible > >that fbdevsink is too slow for that? Does anyone know what is going wrong? > In this context, you most likely have a conversion happening in videoconvert > followed by a copy at fbdevsink. Framebuffer device is not a very good > solution if performance matter (no possible zero-copy). Specially if the > selected framebuffer color format does not match the decoded format. So can you tell me if there are some drivers and plugins that can do this in efficient way. Is there some work going on in this directions. I suppose glimagesink maybe will be a good way to go. Regards, Zahari -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html