#include "RTPImageConnector.hpp"
#include <boost/preprocessor.hpp>
#include <pthread.h>
#include <inttypes.h>
Go to the source code of this file.
§ GST_LOAD_ELEMENT_OR_DIE
#define GST_LOAD_ELEMENT_OR_DIE |
( |
|
stream, |
|
|
|
element |
|
) |
| |
Value:if (success) \
{ \
stream.element = gst_element_factory_make(BOOST_PP_STRINGIZE(element), NULL); \
if(!stream.element) \
{ \
fprintf(stderr,"Could not open " BOOST_PP_STRINGIZE(element)"\n"); \
success = 0; \
} \
}
Definition at line 36 of file RTPImageConnector.cpp.
§ suicideNotify()
void suicideNotify |
( |
gpointer |
data | ) |
|