Fix some name space conflicts

This commit is contained in:
Bay Dam
2016-03-16 22:18:57 +01:00
parent b375367811
commit ae88f9d8fb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -931,6 +931,7 @@ void VideoImpl::_freeCurrentSample() {
*/
void VideoImpl::gstPadAddedCallback(GstElement *src, GstPad *newPad, VideoImpl* p)
{
(void)src; //Unused
#ifdef VIDEO_IMPL_VERBOSE
#ifndef Q_OS_OSX
// NOTE: This line was causing a problem on Mac OSX: it caused the software to freeze when loading a new movie.