Felipe Contreras

Personal blog of Felipe Contreras

GStreamer hands-on introduction

with 9 comments

I’ve never seen a GStreamer tutorial that explains all the very basic stuff in order to get you started with GStreamer, so I decided to create one very quickly.

I’m sure there’s a lot of room for improvement, so I created this in an open wiki, so if you think you can improve it go ahead ;)

Maybe I’ll write some tutorials/examples about how to get started with GObject, perhaps also GStreamer element development, or shall I start with some example applications? I’m thinking on a gst-identify to find all the information about a media clip.

Please comment.

Written by FelipeC

December 18, 2007 at 11:58

9 Responses

Subscribe to comments with RSS.

  1. haha awevo! a ver si a este si le entiendo hahaha

    rdeleon

    December 21, 2007 at 19:06

  2. [...] Multimedia, OpenSource, Planet by FelipeC on January 19th, 2008 Continuing my previous GStreamer introduction this new tutorial will guide you on your first GStreamer application written in [...]

  3. hi,

    Execuse me, could you explain me how to develop Gstream application in windows environment?

    Tse

    January 14, 2009 at 21:22

  4. Hi,
    I am trying to use Gstreamer over OMAP 3430. I wanna use the DSP hardware acceleration. And for the purpose, I am following the procedure as per http://elinux.org/BeagleBoard/gst-openmax.

    I have downloaded libdspbridge, libomxil-ti & gst-openmax.

    The problem is that the gst-openmax code is looking for Bellagio OpenMaxIL implementation instead of TI’s libomxil-ti.

    How can I make gst-openmax specific to TI or is there any link from where i can download TI specific gst-openmax.

    Thanks in advance.

    Jigar.

    Jigar Gala

    January 15, 2009 at 12:19

  5. Jigar: that’s a question for the gst-openmax mailing list.

    But basically each gst-openmax element has two properties: library-name and component-name, that you can change to use any openmax il implementation.

    But there’s also an omap branch in the github repository that uses TI’s openmax il by default.

    FelipeC

    January 15, 2009 at 14:49

  6. Hi,
    Thanks for the prompt reply.

    I followed the above instructions to change the library name & component name.
    But still the problem persists.
    Can you highlight as to how to use these options.

    Also, I didnt find any omap branch in the github repository. Can you please leave a link for the same.

    Thanks a lot.

    Jigar.

    Jigar Gala

    January 22, 2009 at 11:20

  7. http://github.com/felipec/gst-openmax/tree/omap

    Jigar: this is no place for such questions, ask in the mailing list.

    FelipeC

    January 24, 2009 at 11:23

  8. Sorry!!!!
    my mistake.
    will do that.

    Thanks.

    Jigar Gala

    January 24, 2009 at 14:15

  9. [...] GStreamer hands-on introduction: 2,016 [...]


Leave a Reply