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 773936 - mpdparser: MS PlayReady object parsing support
mpdparser: MS PlayReady object parsing support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-04 10:20 UTC by Philippe Normand
Modified: 2016-11-04 15:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mpdparser: MS PlayReady ContentProtection parsing (6.26 KB, patch)
2016-11-04 10:25 UTC, Philippe Normand
committed Details | Review

Description Philippe Normand 2016-11-04 10:20:29 UTC
The "pro" XML element should be parsed and its base64 content decoded and stored into a Protection event.
Comment 1 Philippe Normand 2016-11-04 10:25:50 UTC
Created attachment 339104 [details] [review]
mpdparser: MS PlayReady ContentProtection parsing

The "pro" (PlayReady Object) element contents are now base64-decoded
and properly stored in Protection events.
Comment 2 Sebastian Dröge (slomo) 2016-11-04 15:05:41 UTC
Attachment 339104 [details] pushed as dd0c56b - mpdparser: MS PlayReady ContentProtection parsing