[Bug 761099] http: cookies sharing in the pipeline
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Nov 29 11:27:06 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761099
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slomo at coaxion.net
--- Comment #10 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Just some comments about the API:
* gsthttpcookiejar.h:
- The "gpointer author" in the changed signal / add is not very bindings
friendly. GObject*? GValue (then you could also use boxed types)? With the
gpointer, how is ownership even handled?
- GSList* is ugly too
- What about some API to get all cookies for a specific domain, so have the
filtering-code in one specific place instead of having to duplicate it
- API to expire all cookies that are expired now?
* gsthttpcookie.h:
- Missing struct padding
- Maybe make cookies immutable after creation? Or GstMiniObject-style COW?
--
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