Skip to content
Snippets Groups Projects
Commit 7e6371c4 authored by Sebastian Dröge's avatar Sebastian Dröge :tea: Committed by Tim-Philipp Müller
Browse files

rtmpsink: Declare sink variable that was forgotten in last commit

parent 929a6c4d
No related branches found
No related tags found
Loading
......@@ -136,6 +136,8 @@ gst_rtmp_sink_init (GstRTMPSink * sink)
static void
gst_rtmp_sink_finalize (GObject * object)
{
GstRTMPSink *sink = GST_RTMP_SINK (object);
#ifdef G_OS_WIN32
WSACleanup ();
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment