diff options
Diffstat (limited to 'multimedia/gstreamer1-plugins-bad')
-rw-r--r-- | multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_webrtc_webrtc__fwd.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_webrtc_webrtc__fwd.h b/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_webrtc_webrtc__fwd.h new file mode 100644 index 000000000000..13713cc4c29b --- /dev/null +++ b/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_webrtc_webrtc__fwd.h @@ -0,0 +1,12 @@ +--- gst-libs/gst/webrtc/webrtc_fwd.h.orig 2018-07-18 14:46:42 UTC ++++ gst-libs/gst/webrtc/webrtc_fwd.h +@@ -39,9 +39,6 @@ typedef struct _GstWebRTCDTLSTransportCl + typedef struct _GstWebRTCICETransport GstWebRTCICETransport; + typedef struct _GstWebRTCICETransportClass GstWebRTCICETransportClass; + +-typedef struct _GstWebRTCRTPReceiver GstWebRTCRTPReceiver; +-typedef struct _GstWebRTCRTPReceiverClass GstWebRTCRTPReceiverClass; +- + typedef struct _GstWebRTCRTPSender GstWebRTCRTPSender; + typedef struct _GstWebRTCRTPSenderClass GstWebRTCRTPSenderClass; + |