Skip to content
  • Tim-Philipp Müller's avatar
    pad: rename GstProbeType and GstProbeReturn to GstPadProbe{Type,Return} · bffc9207
    Tim-Philipp Müller authored
    Better now than later in the cycle. These might come in handy:
    
    sed -i -e 's/GstProbeReturn/GstPadProbeReturn/g'   `git grep GstProbeReturn  | sed -e 's/:.*//' | sort -u`
    sed -i -e 's/GST_PROBE_/GST_PAD_PROBE_/g'          `git grep GST_PROBE_      | sed -e 's/:.*//' | sort -u`
    sed -i -e 's/GstProbeType/GstPadProbeType/g'       `git grep GstProbeType    | sed -e 's/:.*//' | sort -u`
    bffc9207