Testing gstreamer plugin in gstreamer environment

Stefan Sauer ensonic at hora-obscura.de
Fri Dec 9 09:59:31 PST 2011


On 12/09/2011 11:49 AM, huzefa siyamwala wrote:
>
> I have implemented gstreamer muxer plugin and its testing is done by
> applying various test files as its input by following utilities.
>
>     * gst-launch
>     * gst-editor
>     * gst-inspect
>
there is no gst-editor anymore. For testing you could also take a look at
http://cgit.freedesktop.org/gstreamer/gst-qa-system/
To test a muxer, you could basically write a shell script that muxes
various format variants using gst-launch.
Then verify the resulting files and also run the muxing under valgrind
to make sure you don't leak memory.

Stefan

> I wanted to test mine plugin with some other standard utility or tool
> which can use mine gstreamer muxer plugin for its internal working so
> that i can make sure that mine plugin will work with all other
> standard tools or application. Can anyone describe me the test set-up
> or test environment that i can make for testing mine plugin.
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20111209/84e87e9c/attachment.htm>


More information about the gstreamer-devel mailing list