Skip to content
Snippets Groups Projects
  1. Dec 21, 2003
    • David Schleef's avatar
      Global change from "caps2" to "caps". Script is: #!/bin/sh find . -name... · 63ee7366
      David Schleef authored
      Global change from "caps2" to "caps".  Script is: #!/bin/sh find . -name '*.[chy]' -exec perl -i -p \
      
      Original commit message from CVS:
      Global change from "caps2" to "caps".  Script is:
      #!/bin/sh
      
      find . -name '*.[chy]' -exec perl -i -p \
      -e 's/gst_static_caps2_/gst_static_caps_/g;\
      s/GST_CAPS2_/GST_CAPS_/g;\
      s/gst_caps2_/gst_caps_/g;\
      s/GstCaps2/GstCaps/g;\
      s/GstStaticCaps2/GstStaticCaps/g;\
      s/GST_STATIC_CAPS2_/GST_STATIC_CAPS_/g;\
      s/GST_TYPE_CAPS2/GST_TYPE_CAPS/g;\
      s/gst_caps_get_nth_cap/gst_caps_get_structure/g;\
      s/gst_caps_get_n_structures/gst_caps_get_size/g;\
      s/gst_caps_append_cap/gst_caps_append_structure/g;\
      s/GST_CAPS2_/GST_CAPS_/g;' \
      {} \;
      CAPS-END
      63ee7366
    • David Schleef's avatar
      Fixes to get 'make check' working again. · e1eb5e2d
      David Schleef authored
      Original commit message from CVS:
      Fixes to get 'make check' working again.
      e1eb5e2d
    • David Schleef's avatar
      Remove bufferpools · d2291042
      David Schleef authored
      Original commit message from CVS:
      Remove bufferpools
      d2291042
  2. Dec 20, 2003
  3. Dec 18, 2003
  4. Dec 17, 2003
  5. Dec 15, 2003
  6. Dec 14, 2003
  7. Dec 12, 2003
  8. Dec 11, 2003
  9. Dec 10, 2003
  10. Dec 03, 2003
  11. Dec 02, 2003
  12. Nov 29, 2003
Loading