<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>Time taken by gst_pad_push function</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Hi all,<BR>
I am trying to optimize my Gstreamer based application. I have a gstreamer pulgin<BR>
which pushs around 35-40k data to next element in the pipeline. The following are my<BR>
observations:<BR>
<BR>
1. Time taken across gst_pad_push() function is around 50,000 usec. i.e<BR>
gettimeofday(&t1,NULL);<BR>
gst_pad_push(pad,buf);<BR>
gettimeofday(&t2,NULL);<BR>
Why gst_pad_push() function is taking so much time?<BR>
<BR>
2. The time taken between start of gst_pad_push() and start of the chain function of next<BR>
element in the pipeline is around 4,000 usec. Compared to time taken by gst_pad_push()<BR>
to return to the calling fucnction, 4000 usec is less.<BR>
<BR>
Please can anyone help me in improving the timing of gst_pad_push()?<BR>
<BR>
<BR>
Thanking you,<BR>
Deepak T Y<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
</FONT>
</P>
<p>This message (including any attachment) is confidential and may be legally privileged. Access to this message by anyone other than the intended recipient(s) listed above is unauthorized. If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful. Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error.</p>
</BODY>
</HTML>