Skip to content

Instantly share code, notes, and snippets.

#include "stdafx.h"
// Quell the GL macro redefined warnings.
#if defined( __CLANG__ )
#pragma diagnostic push
#pragma diagnostic ignored "-Wmacro-redefined"
#endif
#include "GstPlayer.h"
/*
CADET - Center for Advances in Digital Entertainment Technologies
Copyright 2012 University of Applied Science Salzburg / MultiMediaTechnology
http://www.cadet.at
http://multimediatechnology.at/
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at