ISAAC
Overview :: Library Doc :: Server Doc :: JSON Commands

In Situ Animation of Accelerated Computations

Macros
RTMPImageConnector.cpp File Reference
#include "RTMPImageConnector.hpp"
#include <boost/preprocessor.hpp>
#include <pthread.h>
#include <inttypes.h>
Include dependency graph for RTMPImageConnector.cpp:

Go to the source code of this file.

Macros

#define RTMP_LOAD_ELEMENT_OR_DIE(element)
 

Macro Definition Documentation

§ RTMP_LOAD_ELEMENT_OR_DIE

#define RTMP_LOAD_ELEMENT_OR_DIE (   element)
Value:
if (success) \
{ \
element = gst_element_factory_make(BOOST_PP_STRINGIZE(element), NULL); \
if(!element) \
{ \
fprintf(stderr,"RTMPImageConnector: Could not open " BOOST_PP_STRINGIZE(element)"\n"); \
success = 0; \
} \
}

Definition at line 43 of file RTMPImageConnector.cpp.