After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 785686 - pi: frame drops when decoding H264 1080p@60 video
pi: frame drops when decoding H264 1080p@60 video
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-08-01 12:34 UTC by Guillaume Desmottes
Modified: 2018-11-03 13:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2017-08-01 12:34:56 UTC
I get a lot of frame drops when trying to decode a 60fps 1080 video (like https://drive.google.com/file/d/0BwxFVkl63-lETTVtaVV0LUVRZ1k/view?usp=sharing ) but playing the same file using omxplayer is smooth.

I use this playback pipeline:
gst-launch-1.0 -v filesrc location=FPS_test_1080p60_L4.2.mkv ! matroskademux ! h264parse ! omxh264dec ! queue ! glimagesink

The decoder seems to be able to decode fast enough as shown with this pipeline, so the slow down should be in glimagesink.

gst-launch-1.0 -v filesrc location=FPS_test_1080p60_L4.2.mkv ! matroskademux ! h264parse ! omxh264dec ! glupload ! "video/x-raw(memory:GLMemory)" ! fpsdisplaysink video-sink=fakesink

/GstPipeline:pipeline0/GstFPSDisplaySink:fpsdisplaysink0: last-message = rendered: 304, dropped: 0, current: 61,41, average: 59,90
Comment 1 GStreamer system administrator 2018-11-03 13:01:25 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-omx/issues/15.