Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taskset and gst-shark #64

Open
Zherokt opened this issue Jan 18, 2020 · 2 comments
Open

Taskset and gst-shark #64

Zherokt opened this issue Jan 18, 2020 · 2 comments

Comments

@Zherokt
Copy link

Zherokt commented Jan 18, 2020

Hello,

I am trying to use a h264 decoding pipeline in GStreamer 1.0 (1.14) using GstShark to take some traces using the following command:

GST_DEBUG="GST_TRACER:7" GST_TRACERS="cpuusage;framerate" gst-launch-1.0 filesrc location=video.mp4 ! qtdemux name=demux demux.video_0 ! queue ! h264parse ! avdec_h264 ! fakesink sync=true -e

For some reason unknown to me the framerate Y axis shows up to 30 fps but the line of framerate value goes much higher above so it can not be seen in the graph.

Is it the expected behavior?, could somebody point me out to how could I fix this?

And, is there a way to get the whole pipe trace disabling the intermediate elements?

@michaelgruner
Copy link
Collaborator

michaelgruner commented Jan 18, 2020 via email

@Zherokt
Copy link
Author

Zherokt commented Jan 19, 2020

Hello Michael and thank you!

I could find that was the issue not long after I posted so thats why I edited hehe, I was wondering if you would have a suggestion for my edit?

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants