21 #ifndef PIPELINEPROBES_H 22 #define PIPELINEPROBES_H 39 level_probed(GstPad *pad, GstPadProbeInfo *info, gpointer user_data);
42 spectrum_probed(GstPad *pad, GstPadProbeInfo *info, gpointer user_data);
45 lame_probed(GstPad *pad, GstPadProbeInfo *info, gpointer user_data);
47 void handle_probe(
bool* active, GstElement* queue, gulong* probe_id, GstPadProbeCallback callback);
50 stream_recorder_probed(GstPad *pad, GstPadProbeInfo *info, gpointer user_data);
55 #endif // PIPELINEPROBES_H The StreamRecorderData struct.
Definition: StreamRecorderData.h:32
Definition: AbstractPipeline.h:39
Definition: PipelineProbes.h:26