21 #ifndef PIPELINEPROBES_H 22 #define PIPELINEPROBES_H 33 level_probed(GstPad *pad, GstPadProbeInfo *info, gpointer user_data);
36 spectrum_probed(GstPad *pad, GstPadProbeInfo *info, gpointer user_data);
39 lame_probed(GstPad *pad, GstPadProbeInfo *info, gpointer user_data);
41 void handle_probe(
bool* active, GstElement* queue, gulong* probe_id, GstPadProbeCallback callback);
44 stream_recorder_probed(GstPad *pad, GstPadProbeInfo *info, gpointer user_data);
45 void handle_stream_recorder_probe(
StreamRecorderData* data, GstPadProbeCallback callback);
48 #endif // PIPELINEPROBES_H The StreamRecorderData struct.
Definition: StreamRecorderData.h:32
Definition: PipelineProbes.h:30