Dear Team,
I am observing high CPU ( From 20% To 40%) when there is no video stream coming (e.g. no continuous update ) or EOS (end of stream) message comes in gstreamer. High cpu usage is mainly for gstglcontext thread. Version of gstreamer1.0 1.6.0 on i.MX6 platform. Pipeline I use in application is as follows. e.g #gst-launch-1.0 filesrc location=/home/root/B01_Baseline1.0_1280_720.MP4 typefind=true ! video/quicktime ! aiurdemux ! queue max-size-time=0 ! vpudec ! glimagesink Could anyone please help me to understand and fix this issue? Is this known issue? Is there any way to avoid this? Thanks & Regards, Vikash _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi All,
Applying below patch fixes the issue. https://github.com/GStreamer/gst-plugins-bad/commit/05a0f0002ccaa94b4d5c173999f7e8a58aceafd4 Thank you. Regards, Vikash On Tue, Jul 18, 2017 at 6:42 PM, Vikas Patil <[hidden email]> wrote: > Dear Team, > > > I am observing high CPU ( From 20% To 40%) when there is no video > stream coming (e.g. no continuous update ) or EOS (end of stream) > message comes in gstreamer. High cpu usage is mainly for gstglcontext > thread. Version of gstreamer1.0 1.6.0 on i.MX6 platform. > > > Pipeline I use in application is as follows. > e.g > #gst-launch-1.0 filesrc > location=/home/root/B01_Baseline1.0_1280_720.MP4 typefind=true ! > video/quicktime ! aiurdemux ! queue max-size-time=0 ! vpudec ! > glimagesink > > Could anyone please help me to understand and fix this issue? Is this > known issue? Is there any way to avoid this? > > Thanks & Regards, > Vikash gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Le mercredi 19 juillet 2017 à 14:02 +0530, Vikas Patil a écrit :
> Hi All, > > Applying below patch fixes the issue. > > https://github.com/GStreamer/gst-plugins- > bad/commit/05a0f0002ccaa94b4d5c173999f7e8a58aceafd4 That's great, though patches are handles through our bug system. Please open a bug at bugs.gnome.org and attach the patch. We will then be able to proceed with proper code review. regards, Nicolas > > Thank you. > > Regards, > Vikash > > On Tue, Jul 18, 2017 at 6:42 PM, Vikas Patil <[hidden email]> > wrote: > > Dear Team, > > > > > > I am observing high CPU ( From 20% To 40%) when there is no video > > stream coming (e.g. no continuous update ) or EOS (end of stream) > > message comes in gstreamer. High cpu usage is mainly for > > gstglcontext > > thread. Version of gstreamer1.0 1.6.0 on i.MX6 platform. > > > > > > Pipeline I use in application is as follows. > > e.g > > #gst-launch-1.0 filesrc > > location=/home/root/B01_Baseline1.0_1280_720.MP4 typefind=true ! > > video/quicktime ! aiurdemux ! queue max-size-time=0 ! vpudec ! > > glimagesink > > > > Could anyone please help me to understand and fix this issue? Is > > this > > known issue? Is there any way to avoid this? > > > > Thanks & Regards, > > Vikash > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (201 bytes) Download Attachment |
Le mercredi 19 juillet 2017 à 11:32 -0400, Nicolas Dufresne a écrit :
> Le mercredi 19 juillet 2017 à 14:02 +0530, Vikas Patil a écrit : > > Hi All, > > > > Applying below patch fixes the issue. > > > > https://github.com/GStreamer/gst-plugins- > > bad/commit/05a0f0002ccaa94b4d5c173999f7e8a58aceafd4 > > That's great, though patches are handles through our bug system. Please > open a bug at bugs.gnome.org and attach the patch. We will then be able > to proceed with proper code review. mirror. > > regards, > Nicolas > > > > > Thank you. > > > > Regards, > > Vikash > > > > On Tue, Jul 18, 2017 at 6:42 PM, Vikas Patil <[hidden email]> > > wrote: > > > Dear Team, > > > > > > > > > I am observing high CPU ( From 20% To 40%) when there is no video > > > stream coming (e.g. no continuous update ) or EOS (end of stream) > > > message comes in gstreamer. High cpu usage is mainly for > > > gstglcontext > > > thread. Version of gstreamer1.0 1.6.0 on i.MX6 platform. > > > > > > > > > Pipeline I use in application is as follows. > > > e.g > > > #gst-launch-1.0 filesrc > > > location=/home/root/B01_Baseline1.0_1280_720.MP4 typefind=true ! > > > video/quicktime ! aiurdemux ! queue max-size-time=0 ! vpudec ! > > > glimagesink > > > > > > Could anyone please help me to understand and fix this issue? Is > > > this > > > known issue? Is there any way to avoid this? > > > > > > Thanks & Regards, > > > Vikash > > > > _______________________________________________ > > gstreamer-devel mailing list > > [hidden email] > > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (201 bytes) Download Attachment |
Free forum by Nabble | Edit this page |