[Bug 705991] Adding support for DASH common encryption to qtdemux and dashdemux

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 29 01:20:27 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=705991

A Ashley <bugzilla at ashley-family.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #307815|needs-work                  |none
             status|                            |
 Attachment #307815|0                           |1
        is obsolete|                            |

--- Comment #140 from A Ashley <bugzilla at ashley-family.net> ---
Created attachment 308359
  --> https://bugzilla.gnome.org/attachment.cgi?id=308359&action=edit
qtdemux: use GPtrArray for crypto_info to avoid GstStructure copies

Doh! uploaded wrong patch. Here's the correct one.

By using a GPtrArray of GstCaps rather than a single GstCaps, the
gst_qtdemux_decorate_and_push_buffer() function can avoid having to do a copy
of the content protection related GstStructure for each sample. This reduces
the memory and CPU consumption of encrypted streams.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list