spacing typos
This commit is contained in:
parent
8a9111d0b3
commit
44245a9a4f
|
@ -66,7 +66,7 @@ RTPSink* BaseServerMediaSubsession::createSink(
|
||||||
videoSink = JPEGVideoRTPSink::createNew (env, rtpGroupsock);
|
videoSink = JPEGVideoRTPSink::createNew (env, rtpGroupsock);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
Error("Sinkce %p %s", videoSink, format.c_str());
|
Error("Sink %p %s", videoSink, format.c_str());
|
||||||
return videoSink;
|
return videoSink;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue