<!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>RE: [gst-devel] Size of output buffer</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Hi Julien,<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Thanks for your reply..<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; For ffmux_asf plug-in in gstffmpegmux.c.<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; Is &quot;gst_pad_push_event&quot; is the fuction which pushes the buffer which has ASF data into sink pad of next elemnt ?<BR>
&nbsp;&nbsp;&nbsp;&nbsp; i.e. gst_pad_push_event (ffmpegmux-&gt;srcpad, gst_event_new_eos ());<BR>
When i checked the sise of buffer its variable in size.<BR>
<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I need to allocate buffer for the next module to &quot;ffmux_asf&quot;. Which is an asf parse. i need to allocate buffer in asf parser plugin. I wanted to know what size of buffer should i allocate for ASF parser plug-in to take i/p from ffmux_asf<BR>
&nbsp;<BR>
I checked the buffer size in ffmux_asf in gst_ffmpegmux_collected (GstCollectPads * pads, gpointer user_data)<BR>
<BR>
But it shows variable part. Tell me whether i am right ??<BR>
&nbsp;&nbsp;&nbsp;<BR>
Size of buf:5757<BR>
Size of buf:7134<BR>
Size of buf:6927<BR>
Size of buf:5670<BR>
Size of buf:4989<BR>
Size of buf:4004<BR>
Size of buf:3615<BR>
Size of buf:3188<BR>
Size of buf:3022<BR>
Size of buf:2703<BR>
<BR>
Thanks and regards,<BR>
Irfan<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Julien Puydt [<A HREF="mailto:jpuydt@free.fr">mailto:jpuydt@free.fr</A>]<BR>
Sent: Mon 10/20/2008 3:29 PM<BR>
To: Discussion of the development of GStreamer<BR>
Subject: Re: [gst-devel] Size of output buffer<BR>
<BR>
irfanshaikh a écrit :<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How can i find size of output buffer in &quot;ffmux_asf&quot; which is pushed<BR>
&gt; to the sink pad of next element ?<BR>
<BR>
GST_BUFFER_SIZE (buffer) ?<BR>
<BR>
Snark on #gstreamer<BR>
<BR>
-------------------------------------------------------------------------<BR>
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<BR>
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<BR>
Grand prize is a trip for two to an Open Source event anywhere in the world<BR>
<A HREF="http://moblin-contest.org/redirect.php?banner_id=100&url=/">http://moblin-contest.org/redirect.php?banner_id=100&url=/</A><BR>
_______________________________________________<BR>
gstreamer-devel mailing list<BR>
gstreamer-devel@lists.sourceforge.net<BR>
<A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><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>