Global change from "caps2" to "caps". Script is: #!/bin/sh find . -name...
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;' \ {} \;
Showing
- examples/mixer/mixer.c 4 additions, 4 deletionsexamples/mixer/mixer.c
- examples/typefind/typefind.c 2 additions, 2 deletionsexamples/typefind/typefind.c
- gst/autoplug/gstsearchfuncs.c 11 additions, 11 deletionsgst/autoplug/gstsearchfuncs.c
- gst/autoplug/gstsearchfuncs.h 4 additions, 4 deletionsgst/autoplug/gstsearchfuncs.h
- gst/autoplug/gstspider.c 1 addition, 1 deletiongst/autoplug/gstspider.c
- gst/autoplug/gstspideridentity.c 13 additions, 13 deletionsgst/autoplug/gstspideridentity.c
- gst/autoplug/gstspideridentity.h 1 addition, 1 deletiongst/autoplug/gstspideridentity.h
- gst/elements/gstaggregator.c 1 addition, 1 deletiongst/elements/gstaggregator.c
- gst/elements/gstfakesink.c 1 addition, 1 deletiongst/elements/gstfakesink.c
- gst/elements/gstfakesrc.c 1 addition, 1 deletiongst/elements/gstfakesrc.c
- gst/elements/gstidentity.c 5 additions, 5 deletionsgst/elements/gstidentity.c
- gst/elements/gstidentity.h 1 addition, 1 deletiongst/elements/gstidentity.h
- gst/elements/gstmd5sink.c 1 addition, 1 deletiongst/elements/gstmd5sink.c
- gst/elements/gstshaper.c 5 additions, 5 deletionsgst/elements/gstshaper.c
- gst/elements/gsttee.c 12 additions, 12 deletionsgst/elements/gsttee.c
- gst/elements/gsttypefind.c 16 additions, 16 deletionsgst/elements/gsttypefind.c
- gst/elements/gsttypefind.h 2 additions, 2 deletionsgst/elements/gsttypefind.h
- gst/elements/gsttypefindelement.c 16 additions, 16 deletionsgst/elements/gsttypefindelement.c
- gst/elements/gsttypefindelement.h 2 additions, 2 deletionsgst/elements/gsttypefindelement.h
- gst/gst.c 1 addition, 1 deletiongst/gst.c
Loading
Please register or sign in to comment