[Webkit-unassigned] [Bug 163327] WebRTC: [GTK] Add MediaEndpointOwr - an OpenWebRTC WebRTC backend
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 21 00:54:46 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163327
--- Comment #7 from Philippe Normand <pnormand at igalia.com> ---
(In reply to comment #4)
> > > Source/WebCore/platform/mediastream/openwebrtc/MediaEndpointOwr.h:37
> > > +#include <owr/owr_media_session.h>
> > > +#include <owr/owr_transport_agent.h>
> >
> > Maybe use forward declarations of the structs needed and move includes to
> > the .cpp file, if possible :)
>
> It made a try, but it gets a bit messy since all the OWR types are typedefs
> (of structs).
typedef struct _Foo Foo;
We do this in some of the player headers for Gst structs.
The issue usually is with C enums that can't be forward-declared.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161021/92e0430b/attachment.html>
More information about the webkit-unassigned
mailing list