21 #ifndef PIPELINEPROBES_H
22 #define PIPELINEPROBES_H
26 namespace StreamRecorder
31 namespace PipelineExtensions
47 void handle_probe(
bool* active, GstElement* queue, gulong* probe_id, GstPadProbeCallback callback);
59 level_probed(GstPad *pad, GstPadProbeInfo *info, gpointer user_data);
70 spectrum_probed(GstPad *pad, GstPadProbeInfo *info, gpointer user_data);
81 lame_probed(GstPad *pad, GstPadProbeInfo *info, gpointer user_data);
92 pitch_probed(GstPad *pad, GstPadProbeInfo *info, gpointer user_data);
116 #endif // PIPELINEPROBES_H