Hi all.
Is there any gstreamer test harness which tests gstreamer library whenever someone makes changes in it ? Some kind of unit tests, smoke tests, stress tests etc, anything ? I'd like to use gstreamer is the basis library for an application in all platforms such as Linux, Windows and Mac. I'd like to make sure somehow it's stable enough in Windows and Mac to be able to use gstreamer there. I understand that Linux is native environment for GStreamer, but what about its stability on Windows and Mac. Anybody ? Thank you. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, Aug 19, 2009 at 09:01:51PM +0400, Kirill Kirichenko wrote:
> Hi all. > > Is there any gstreamer test harness which tests gstreamer library > whenever someone makes changes in it ? > Some kind of unit tests, smoke tests, stress tests etc, anything ? Yes. It's in testsuite/ > I'd like to use gstreamer is the basis library for an application in > all platforms such as Linux, Windows and Mac. I'd like to make sure > somehow it's stable enough in Windows and Mac to be able to use > gstreamer there. I understand that Linux is native environment for > GStreamer, but what about its stability on Windows and Mac. Several companies, including my own, ship products on all platforms that use GStreamer. Some of the input/output elements are a bit immature at this point, but are getting better quickly. dave... ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Thank you David
On Wed, Aug 19, 2009 at 11:11 PM, David Schleef<[hidden email]> wrote: > On Wed, Aug 19, 2009 at 09:01:51PM +0400, Kirill Kirichenko wrote: >> Hi all. >> >> Is there any gstreamer test harness which tests gstreamer library >> whenever someone makes changes in it ? >> Some kind of unit tests, smoke tests, stress tests etc, anything ? > > Yes. It's in testsuite/ Do you mean in tests/. I could only find tests directory in gstreamer source tree. If it's something else could you please be more specific where testsuite is. > >> I'd like to use gstreamer is the basis library for an application in >> all platforms such as Linux, Windows and Mac. I'd like to make sure >> somehow it's stable enough in Windows and Mac to be able to use >> gstreamer there. I understand that Linux is native environment for >> GStreamer, but what about its stability on Windows and Mac. > > Several companies, including my own, ship products on all platforms > that use GStreamer. Some of the input/output elements are a bit > immature at this point, but are getting better quickly. K ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Kirill Kirichenko
On Wed, Aug 19, 2009 at 8:01 PM, Kirill Kirichenko <[hidden email]> wrote: Hi all.
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Administrator
|
On Thu, 2009-08-20 at 13:00 +0300, huaming wang wrote:
> > > On Wed, Aug 19, 2009 at 8:01 PM, Kirill Kirichenko > <[hidden email]> wrote: > > Anybody ? > You can try with Insanity http://github.com/felipec/gst-qa/tree/master The official repository is actually here : http://git.collabora.co.uk/?p=user/edward/gst-qa-system;a=summary Edward > > -huaming ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Kirill Kirichenko
Kirill Kirichenko schrieb:
> Hi all. > > Is there any gstreamer test harness which tests gstreamer library > whenever someone makes changes in it ? > Some kind of unit tests, smoke tests, stress tests etc, anything ? > I'd like to use gstreamer is the basis library for an application in > all platforms such as Linux, Windows and Mac. I'd like to make sure > somehow it's stable enough in Windows and Mac to be able to use > gstreamer there. I understand that Linux is native environment for > GStreamer, but what about its stability on Windows and Mac. > "make check". The test suite can be run under valgrind's memcehck too, by running "make valgrind". There are some other variants too, cd check; make help Stefan > Anybody ? > > Thank you. > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |