<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi Michel,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Nice to have reply back. element yuv doen't do much thing. It reads data from 
buffer sent from filesrc, parse the raw video data and push buffer to next 
element which is mpeg4dec. For testing purpose i have set sink and source pad of 
yuv element to ANY. Following pipeline is working fine.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ] 
gst-launch-0.10 filesrc location=~/test.m4v ! yuv ! mpeg4dec ! filesink 
location=~/out.yuv </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; My mpeg4dec element reads data from yuv elemnet, decode it 
and generate output in YV12 format. When i connect mpeg4dec with 
ffmpegcolorspace element it crashes. I am not doing any set capabilities for 
mpeg4dec element. When i create srcfactory pad, i have assigned following 
details.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>static GstStaticPadTemplate sink_factory = 
GST_STATIC_PAD_TEMPLATE ("sink",<BR>&nbsp;&nbsp;&nbsp; 
GST_PAD_SINK,<BR>&nbsp;&nbsp;&nbsp; GST_PAD_ALWAYS,<BR>&nbsp;&nbsp;&nbsp; 
GST_STATIC_CAPS ("ANY")<BR>&nbsp;&nbsp;&nbsp; );</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>static GstStaticPadTemplate src_factory = 
GST_STATIC_PAD_TEMPLATE ("src",<BR>&nbsp;&nbsp;&nbsp; 
GST_PAD_SRC,<BR>&nbsp;&nbsp;&nbsp; GST_PAD_ALWAYS,<BR>&nbsp;&nbsp;&nbsp; 
GST_STATIC_CAPS ("video/x-raw-yuv, 
"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "format = (fourcc) {YV12 }, 
"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "framerate = (fraction) [0/1, 
MAX], "<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "width = (int) [ 1, MAX ], 
" "height = (int) [ 1, MAX ]")<BR>//&nbsp;&nbsp;&nbsp; GST_STATIC_CAPS 
("ANY")<BR>&nbsp;&nbsp;&nbsp; );<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; Please help me and correct me if i am wrong at any 
places.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks In Advance,</FONT></DIV>
<DIV><FONT face=Arial size=2>Tejas.</DIV></FONT>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; Please help me out. </FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV style="FONT: 10pt arial">----- Original Message ----- 
<DIV style="BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> <A 
title=tejas@oriolesoftware.com href="mailto:tejas@oriolesoftware.com">Tejas 
Bhanabhagavanwala</A> </DIV>
<DIV><B>To:</B> <A title=gstreamer-embedded@lists.sourceforge.net 
href="mailto:gstreamer-embedded@lists.sourceforge.net">gstreamer-embedded@lists.sourceforge.net</A> 
</DIV>
<DIV><B>Sent:</B> Wednesday, November 18, 2009 6:25 PM</DIV>
<DIV><B>Subject:</B> Need Help to run my plugin</DIV></DIV>
<DIV><BR></DIV>
<DIV>
<DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have 
installed gstreamer-0.10.25 and gstreamer-base-plugins-0.10.25. And i have 
tested following video testsrc plugins.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>gst-launch-0.10 -v videotestsrc ! ffmpegcolorspace 
! ximagesink and it is working fine.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; I have develop following 2 plugins and i want to get display 
from my video decoder. I am using following pipe line.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>gst-launch-0.10 filesrc location=~/test.m4v ! yuv ! 
mpeg4dec ! ffmpegcolorspace ! ximagesink</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; Here yuv plugin will read raw data from filesrc and push raw 
data to mpeg4decelement. Mpeg4dec element decode raw data and genearte yuv data 
and same will be pushed to ffmpegcolorspace element. When i run that pipeline it 
gives me following error.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>space<BR>Setting pipeline to PAUSED ...<BR>Width = 
320 Height = 240<BR>Pipeline is PREROLLED ...<BR>Setting pipeline to PLAYING 
...<BR>New clock: GstSystemClock<BR>(MPEG4DEC) Memory is not 
allocated<BR>&nbsp;!!Caught SIGSEGV accessing address 
0x10<BR>Killed<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; My plugons capabilities 
are as followed.</FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG>[&nbsp;&nbsp;&nbsp; ] gst-inspect-0.10 yuv 
is as followed.</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Factory Details:<BR>&nbsp; Long 
name:&nbsp;&nbsp;&nbsp; yuv<BR>&nbsp; 
Class:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FIXME:Generic<BR>&nbsp; 
Description:&nbsp; FIXME:Generic Template Element<BR>&nbsp; 
Author(s):&nbsp;&nbsp;&nbsp; Neelam Gaikwad &lt;&lt;<A 
href="">user@hostname.org</A>&gt;&gt;<BR>&nbsp; 
Rank:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; none (0)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Plugin Details:<BR>&nbsp; 
Name:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
yuv<BR>&nbsp; Description:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Template yuv<BR>&nbsp; 
Filename:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
/home/neelam/.gstreamer-0.10/plugins/lib/gstreamer-0.10/libgstyuv.so<BR>&nbsp; 
Version:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.10.0.1<BR>&nbsp; 
License:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
LGPL<BR>&nbsp; Source module:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
gst-plugin<BR>&nbsp; Binary package:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
GStreamer<BR>&nbsp; Origin 
URL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A 
href="">http://gstreamer.net/</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>GObject<BR>&nbsp;+----GstObject<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
+----GstElement<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
+----Gstyuv</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Pad Templates:<BR>&nbsp; SINK template: 
'sink'<BR>&nbsp;&nbsp;&nbsp; Availability: Always<BR>&nbsp;&nbsp;&nbsp; 
Capabilities:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ANY</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp; SRC template: 'src'<BR>&nbsp;&nbsp;&nbsp; 
Availability: Always<BR>&nbsp;&nbsp;&nbsp; 
Capabilities:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ANY</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><BR>Element Flags:<BR>&nbsp; no flags 
set</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Element Implementation:<BR>&nbsp; Has 
change_state() function: 0x111600<BR>&nbsp; Has custom save_thyself() function: 
gst_element_save_thyself<BR>&nbsp; Has custom restore_thyself() function: 
gst_element_restore_thyself</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Element has no clocking capabilities.<BR>Element 
has no indexing capabilities.<BR>Element has no URI handling 
capabilities.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Pads:<BR>&nbsp; SRC: 'src'<BR>&nbsp;&nbsp;&nbsp; 
Implementation:<BR>&nbsp;&nbsp;&nbsp; Pad Template: 'src'<BR>&nbsp; SINK: 
'sink'<BR>&nbsp;&nbsp;&nbsp; Implementation:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Has chainfunc(): gst_yuv_chain<BR>&nbsp;&nbsp;&nbsp; Pad Template: 
'sink'</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Element Properties:<BR>&nbsp; 
name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
: The name of the 
object<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
flags: readable, 
writable<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
String. Default: null Current: "yuv0"<BR>&nbsp; 
silent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
: Produce verbose output 
?<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
flags: readable, 
writable<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Boolean. Default: false Current: false</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;</DIV>
<DIV><BR><STRONG>[&nbsp;&nbsp;&nbsp; ] gst-inspect-0.10 mpeg4dec is as 
followed.</STRONG></DIV>
<DIV><STRONG></STRONG>&nbsp;</DIV>
<DIV>Factory Details:<BR>&nbsp; Long name:&nbsp;&nbsp;&nbsp; mpeg4dec<BR>&nbsp; 
Class:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FIXME:Generic<BR>&nbsp; 
Description:&nbsp; FIXME:Generic Template Element<BR>&nbsp; 
Author(s):&nbsp;&nbsp;&nbsp; Neelam Gaikwad &lt;&lt;<A 
href="">user@hostname.org</A>&gt;&gt;<BR>&nbsp; 
Rank:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; none (0)</DIV>
<DIV>&nbsp;</DIV>
<DIV>Plugin Details:<BR>&nbsp; 
Name:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
mpeg4dec<BR>&nbsp; 
Description:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Template 
mpeg4dec<BR>&nbsp; 
Filename:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
/home/neelam/.gstreamer-0.10/plugins/lib/gstreamer-0.10/libgstmpeg4dec.so<BR>&nbsp; 
Version:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.10.0.1<BR>&nbsp; 
License:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
LGPL<BR>&nbsp; Source module:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
gst-plugin<BR>&nbsp; Binary package:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
GStreamer<BR>&nbsp; Origin 
URL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A 
href="">http://gstreamer.net/</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>GObject<BR>&nbsp;+----GstObject<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
+----GstElement<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
+----Gstmpeg4dec</DIV>
<DIV>&nbsp;</DIV>
<DIV>Pad Templates:<BR>&nbsp; SINK template: 'sink'<BR>&nbsp;&nbsp;&nbsp; 
Availability: Always<BR>&nbsp;&nbsp;&nbsp; 
Capabilities:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ANY</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; SRC template: 'src'<BR>&nbsp;&nbsp;&nbsp; Availability: 
Always<BR>&nbsp;&nbsp;&nbsp; Capabilities:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
video/x-raw-yuv<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
format: { YV12 
}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
framerate: [ 0/1, 2147483647/1 
]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
width: [ 1, 2147483647 
]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
height: [ 1, 2147483647 ]</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>Element Flags:<BR>&nbsp; no flags set</DIV>
<DIV>&nbsp;</DIV>
<DIV>Element Implementation:<BR>&nbsp; Has change_state() function: 
0xc97240<BR>&nbsp; Has custom save_thyself() function: 
gst_element_save_thyself<BR>&nbsp; Has custom restore_thyself() function: 
gst_element_restore_thyself</DIV>
<DIV>&nbsp;</DIV>
<DIV>Element has no clocking capabilities.<BR>Element has no indexing 
capabilities.<BR>Element has no URI handling capabilities.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Pads:<BR>&nbsp; SRC: 'src'<BR>&nbsp;&nbsp;&nbsp; 
Implementation:<BR>&nbsp;&nbsp;&nbsp; Pad Template: 'src'<BR>&nbsp; SINK: 
'sink'<BR>&nbsp;&nbsp;&nbsp; Implementation:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Has chainfunc(): gst_mpeg4dec_chain<BR>&nbsp;&nbsp;&nbsp; Pad Template: 
'sink'</DIV>
<DIV>&nbsp;</DIV>
<DIV>Element Properties:<BR>&nbsp; 
name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
: The name of the 
object<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
flags: readable, 
writable<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
String. Default: null Current: "mpeg4dec0"<BR>&nbsp; 
silent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
: Produce verbose output 
?<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
flags: readable, 
writable<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Boolean. Default: false Current: false<BR></DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; Please help me to resolve this issue. If i am wrong at any 
place please correct me. I am using by default setcaps and getcaps function 
which we are generating from gst-template-master source code.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>-Thanks In Advance,</DIV>
<DIV>Tejas.</DIV></FONT></DIV></BODY></HTML>