[gst-devel] When a sink requires some buffering
Changwoo Ryu
cwryu at debian.org
Mon Jun 14 10:27:44 CEST 2010
Hello,
I'm writing a non-raw video sink which accepts encoded video stream
and decodes it with a H/W decoder.
The problem is, that the video is not fluent because buffer under-run
constantly occurs in the H/W decoder buffer. I think I just need to
make this H/W buffer to be filled enough but I've no idea how. There's
no way to configure this H/W decoder that way.
Is there a common GStreamer solution in such this case? I'm a novice
on writing GStreamer plugins but I guess most H/W sinks (even raw
sinks) could have the same issue.
More information about the gstreamer-devel
mailing list