Re: [gst-embedded] GStreamer Sample Application Error

2008-10-05 Thread Zhao Liang-E3423C
I remember glib version gstreamer needed was at least 2.12. make sure your glib lib has this symbol g_date_get_type Zhao Liang From: Raghavendra [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 1:39 PM To: gstreamer-embedded@lists.sourceforge.net S

[gst-embedded] GStreamer Sample Application Error

2008-10-05 Thread Raghavendra
Hi all, Me getting few error while executing my GStreamer sample application. Here me explaining the steps that I followed with sample code. Please make me correct if any wrong. GStreamer Version: gstreamer-0.10.13 Glib Version: glib-2.8.6 Step 1: insta

Re: [gst-embedded] doubt regarding CAPS

2008-10-05 Thread Daniel Charles
How is your question related to gst-embedded? It sounds like a generic one an already answered in the archives. You can take a look there. On Sun, Oct 5, 2008 at 11:14 PM, baskar r <[EMAIL PROTECTED]> wrote: > thanks rene, > > i want to know what is the use of _get_caps function. > when it wi

Re: [gst-embedded] doubt regarding CAPS

2008-10-05 Thread baskar r
 thanks rene, i want to know what is the use of _get_caps function. when it will be called? who will call this function? how many times it will be called? what will happen if my get_caps function simply returns TRUE and does nothing else? regards, baskar. On Sun, 05 Oct 2008 René Stadler wro

Re: [gst-embedded] doubt regarding CAPS

2008-10-05 Thread René Stadler
baskar r wrote: > hi all, > > the types of caps in gstreamer is > 1.simple > 2.fixed > 3.any and > 4.empty > > what is the significance of empty caps. > > if i write a plugin with empty caps for both src and sink pads , how the > plugin will connect to its peer element. > > regards, > baskar.