Profiling Gstreamer

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Profiling Gstreamer

Irfan Shaikh-2
Profiling Gstreamer

Hi ,
   I am trying to profile gstreamer. During installation of the gstreamer and
various plugins,
I have configure it with
"./configure --disable-tests --disable-valgrind --disable-examples
--enable-profiling --enable-gcov=no CFLAGS="-O3""

when I execute the command "gst-launch videotestsrc ! ffmpegcolorspace !
ffenc_msmpeg4 ! ffmux_asf ! filesink location=/tmp/msmpeg4.asf",
the following message is displayed :
Profiling timer expired

Can anyone please let me know why this error is coming and how can I profile
gstreamer?

Thanking you,


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.


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Profiling Gstreamer

Stefan Sauer
Irfan Shaikh schrieb:

>
> Hi ,
>    I am trying to profile gstreamer. During installation of the
> gstreamer and
> various plugins,
> I have configure it with
> "./configure --disable-tests --disable-valgrind --disable-examples
> --enable-profiling --enable-gcov=no CFLAGS="-O3""
>
> when I execute the command "gst-launch videotestsrc ! ffmpegcolorspace !
> ffenc_msmpeg4 ! ffmux_asf ! filesink location=/tmp/msmpeg4.asf",
> the following message is displayed :
> Profiling timer expired
>
> Can anyone please let me know why this error is coming and how can I profile
> gstreamer?
>
> Thanking you,
>
Just use the normal gstreamer build, don't strip it and use a sampling profiler
like oprofile or sysprof. Its handly to have debug info of the libraries in use
(e.g. glib).

STefan

------------------------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel