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 778731 - hlsdemux: Fix checking bit for adaptation_field_control field to parse pcr
hlsdemux: Fix checking bit for adaptation_field_control field to parse pcr
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.11.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-16 02:05 UTC by Gabby Park
Modified: 2017-03-03 03:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
hlsdemux: Fix checking bit for adaptation_field_control field (1.33 KB, patch)
2017-02-16 02:05 UTC, Gabby Park
committed Details | Review

Description Gabby Park 2017-02-16 02:05:59 UTC
Created attachment 345910 [details] [review]
hlsdemux: Fix checking bit for adaptation_field_control field

The PCR_flag and PCR value is in adaptation_field, not in payload.
The MSB of adaptation_field_control is used as whether adaptation_field is exist or not.

For the case(PCR in only adaptation_field without payload), we modify checking condition about adaptation_field_control field.
Comment 1 Jan Schmidt 2017-03-03 03:30:01 UTC
Thanks! Pushed as ffbe69