[Bug 733395] rtsp-client: add overridable generic handle_request and handle_data vmethods

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jan 13 14:57:20 UTC 2018


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Is this still needed or can it be closed?

There quite a few of new signals and vfuncs added since.

I think you'd have to be a bit more specific and explain what exactly you can't
handle with the current API/mechanisms.

Note also that you can't just add vfuncs in the middle of a public class
structure, that breaks ABI compatibility, and you will also have to reduce the
padding when you add new stuff into the public structure, to keep the struct
size the same as before.

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