<!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.7654.12">
<TITLE>RE: [gst-devel] How to Set Buffer Size Within Plugin</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>I realized I wasn't entirely clear on my question....sorry.<BR>
Let me revise:<BR>
<BR>
I need to set the output video size according to the input video size (say, 2 times) inside a plugin.<BR>
I know how to set the buffer size, but not how to set the output video size in this manner.<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: sudarshan bisht [<A HREF="mailto:bisht.sudarshan@gmail.com">mailto:bisht.sudarshan@gmail.com</A>]<BR>
Sent: Thu 10/14/2010 1:31 AM<BR>
To: Discussion of the development of GStreamer<BR>
Subject: Re: [gst-devel] How to Set Buffer Size Within Plugin<BR>
<BR>
I guess GstAdapter would be helpful for your task. Go through the link below<BR>
;<BR>
<BR>
<A HREF="http://www.gstreamer.net/data/doc/gstreamer/head/gstreamer-libs/html/GstAdapter.html">http://www.gstreamer.net/data/doc/gstreamer/head/gstreamer-libs/html/GstAdapter.html</A><BR>
<BR>
On Thu, Oct 14, 2010 at 1:24 AM, Greg Wunder <gwunder@eoir.com> wrote:<BR>
<BR>
> Does anyone know how to set the buffer size within a plugin or know of an<BR>
> example to do this?<BR>
> I need to resize my incoming video since I'm doing some output mosiacking<BR>
> that is larger than the incoming buffer size.<BR>
><BR>
><BR>
><BR>
><BR>
> ------------------------------------------------------------------------------<BR>
> Beautiful is writing same markup. Internet Explorer 9 supports<BR>
> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.<BR>
> Spend less time writing and rewriting code and more time creating great<BR>
> experiences on the web. Be a part of the beta today.<BR>
> <A HREF="http://p.sf.net/sfu/beautyoftheweb">http://p.sf.net/sfu/beautyoftheweb</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>
><BR>
<BR>
<BR>
--<BR>
Regards,<BR>
<BR>
Sudarshan Bisht<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>