[gst-embedded] My First Plugin - Help please

2009-02-03 Thread Daniel James Laird
I am trying to write my first video sink plugin. I have read the manual and used the autogenerate tool to generate my component. (MyFramedVideo) I have created a class that use GST_BOILERPLATE and extends GST_TYPE_VIDEO_SINK. The plugin builds and installs onto my devices rootfs. I then run gst

[gst-embedded] how to play online music

2009-02-03 Thread TangHer
hi. I compile gstreamer for beagleboard with OE, and now it can play music on board, but it can not play music online. I want to use gstreamer to play online music, and when I play the online music with gstreamer, it failed, and gives no error. I can not know how to do and why? if I need

Re: [gst-embedded] My First Plugin - Help please

2009-02-03 Thread Zhao Liang-E3423C
do you add libgstbase.so as your sink lib dependency? Zhao Liang From: Daniel James Laird [mailto:daniel.j.la...@nxp.com] Sent: Tuesday, February 03, 2009 6:07 PM To: gstreamer-de...@lists.sourceforge.net Cc: gstreamer-embedded@lists.sourceforge.net Subject: [g