[Bug 720215] sdp: parse encryption key field

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Dec 14 08:36:49 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=720215
  GStreamer | gst-plugins-base | 1.2.1

--- Comment #3 from Aleix Conchillo Flaqué <aleix at oblong.com> 2013-12-14 16:36:47 UTC ---
(In reply to comment #2)
> Olivier, you might want to push this change now. Does this handle k=clear:XXX,
> k=base64:XXX and k=uri:XXX properly? If I understand the code correctly it
> skips until the : and only uses what comes afterwards as key, thus dropping any
> information about how to interpret the key.

  read_string_del (str, sizeof (str), ':', &p);

str will contain the first part before the delimiter and p will contain the
second part. so, we have both the method and the key. read_string_del stores
characters in str until the delimiter is found and return the pointer to the
first character after the delimiter.

-- 
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