[gst-devel] Query about Gstreamer sample players
Felipe Contreras
felipe.contreras at gmail.com
Wed Oct 15 11:45:28 CEST 2008
On Wed, Oct 15, 2008 at 6:47 AM, Zheng, Huan <huan.zheng at intel.com> wrote:
> Hi, Dear developers
>
> I'm wondering if there's a sample gstreamer player available?
>
> This player should be capable of "Play, Pause, Stop, Seek, Query Duration".
> And it better constructs pipeline explicitly rather than use decodebin.
>
> I actually did some investigation: Totem is too complicate to start with,
> Gstreamer-player on the gstreamer website is too old, it even can't be
> compiled.
>
> Thanks a lot for answering!
I wrote a very simple one:
http://github.com/felipec/gst-player/
It fulfills most of your requirements, except that it's using playbin.
However, it should be easy to construct a pipeline manually, as you
just need to follow the example in the GStreamer documentation.
Cheers.
--
Felipe Contreras
More information about the gstreamer-devel
mailing list