gstreamer
Loading...
Searching...
No Matches
publishPayload.cc
Go to the documentation of this file.
1
// gstreamer
2
#include "
gstreamerROOTFactory.h
"
3
#include "
gstreamerConventions.h
"
4
5
// Implementation summary:
6
// Frame-payload publication is currently a placeholder for the ROOT backend.
7
8
bool
GstreamerRootFactory::publishPayloadImpl([[maybe_unused]]
const
std::vector<GIntegralPayload*>* payload) {
9
if
(rootfile ==
nullptr
) {
log
->error(
ERR_CANTOPENOUTPUT
,
"GstreamerRootFactory: file is not initialized"
); }
10
11
return
true
;
12
}
GBase< GStreamer >::log
std::shared_ptr< GLogger > log
gstreamerConventions.h
Shared constants and error codes for the gstreamer module.
ERR_CANTOPENOUTPUT
#define ERR_CANTOPENOUTPUT
Output medium could not be opened successfully.
Definition
gstreamerConventions.h:28
gstreamerROOTFactory.h
ROOT streamer plugin declarations.
factories
ROOT
stream
publishPayload.cc
Generated by
1.15.0