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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 15 13:00:02 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=705991
  GStreamer | gst-plugins-good | git

--- Comment #44 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2014-01-15 20:59:56 UTC ---
(In reply to comment #40)
> (In reply to comment #39)
> > (In reply to comment #38)
> > [...]
> > > 
> > > Why not just use a GstValueArray of strings?
> > 
> > Ah, sorry - I was assuming that arrays in caps were similar to lists, in that
> > they make the caps unfixed. But if that's not the case, then yes - that would
> > be a better approach.
> 
> GstValueArray is fixed, GstValueList is not. Confusing, I know. I always have
> to look up which one is which each time too ;)

How does a GstValueArray work with intersecting?

If qtdemux outputs:

"application/x-cenc, encryption-scheme={A, B, C}"

and my system has a decrypter with:

"application/x-cenc, encryption-scheme=A"

Does it work? Or will it only work with the autodecrypter that has all possible
systems and does everything underneath?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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