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 795783 - msdk: decoder optimizations and enhancements
msdk: decoder optimizations and enhancements
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 789886
 
 
Reported: 2018-05-03 19:16 UTC by sreerenj
Modified: 2018-05-07 21:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
msdk: dec: set async-depth default to one (1.28 KB, patch)
2018-05-03 19:29 UTC, sreerenj
committed Details | Review
msdk: dec: inform packetized stream structure to msdk (1.22 KB, patch)
2018-05-03 19:30 UTC, sreerenj
committed Details | Review
msdk: dec: Add property to dump frames in decoded order (5.90 KB, patch)
2018-05-03 19:31 UTC, sreerenj
committed Details | Review

Description sreerenj 2018-05-03 19:16:02 UTC
Adding a few optimizations in decoder:

patch1: msdk: dec: reset async depth default to one to avoid startup delay.
Customers can play with the already exposed "async-depth" property for other use cases

patch2: msdk: dec: inform msdk if the buffer contains a complete frame.
For decoding,this means that the decoder can proceed with this buffer without
waiting for the start of the next frame, which effectively reduces
decoding latency

patch3: msdk:dec: Add new property to dump frames in decoded order
Comment 1 sreerenj 2018-05-03 19:29:52 UTC
Created attachment 371648 [details] [review]
msdk: dec: set async-depth default to one
Comment 2 sreerenj 2018-05-03 19:30:47 UTC
Created attachment 371649 [details] [review]
msdk: dec: inform packetized stream structure to msdk
Comment 3 sreerenj 2018-05-03 19:31:13 UTC
Created attachment 371650 [details] [review]
msdk: dec: Add property to dump frames in decoded order
Comment 4 sreerenj 2018-05-07 21:11:14 UTC
Review of attachment 371648 [details] [review]:

pushed as, 978bcf8aa634e462ef7c5489b524ad77dd770597
Comment 5 sreerenj 2018-05-07 21:11:35 UTC
Review of attachment 371649 [details] [review]:

pushed as a372c05f061324a2a1312d208bcf836d27dad9a8
Comment 6 sreerenj 2018-05-07 21:11:51 UTC
Review of attachment 371650 [details] [review]:

pushed as 54482a54d85a9f107b606ef65b06715d924b5041