gstreamer/examples
David Schleef 63ee736634 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;' \
{} \;
2003-12-21 22:33:42 +00:00
..
appreader Example of how an app could read data from a pipeline, this one wont run before queue is changed. 2003-02-12 23:18:54 +00:00
cutter destroyed gst_*_destroy in the examples - use gst_object_unref instead 2003-04-15 17:40:56 +00:00
events connect -> link 2003-01-10 04:54:20 +00:00
helloworld first pass of connect->link gst-plugins and other stuff compiles without change at this point 2003-01-09 14:15:37 +00:00
helloworld2 GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
launch - Add more --disable options 2003-02-10 20:32:32 +00:00
manual doc fixes for autoplug removal 2003-11-29 02:55:14 +00:00
mixer Global change from "caps2" to "caps". Script is: #!/bin/sh find . -name '*.[chy]' -exec perl -i -p \ 2003-12-21 22:33:42 +00:00
pingpong Updated example app 2003-07-10 20:40:36 +00:00
plugins Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
queue code cleanups and further deprecation fixes 2003-01-09 20:02:34 +00:00
queue2 connect -> link 2003-01-10 04:54:20 +00:00
queue3 code cleanups and further deprecation fixes 2003-01-09 20:02:34 +00:00
queue4 code cleanups and further deprecation fixes 2003-01-09 20:02:34 +00:00
thread destroyed gst_*_destroy in the examples - use gst_object_unref instead 2003-04-15 17:40:56 +00:00
typefind Global change from "caps2" to "caps". Script is: #!/bin/sh find . -name '*.[chy]' -exec perl -i -p \ 2003-12-21 22:33:42 +00:00
xml updated example with correct code to add namespaces to root element. 2003-06-09 13:09:21 +00:00
Makefile.am Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00