gstreamer/libs/gst/check
Tim-Philipp Müller bffc9207b5 pad: rename GstProbeType and GstProbeReturn to GstPadProbe{Type,Return}
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`
2011-11-01 00:15:17 +00:00
..
libcheck check: patch internal check copy some more so that failures actually fail 2010-01-05 01:41:18 +00:00
.gitignore check: use private copy of check for libgstcheck 2009-08-06 17:27:12 +01:00
gstbufferstraw.c pad: rename GstProbeType and GstProbeReturn to GstPadProbe{Type,Return} 2011-11-01 00:15:17 +00:00
gstbufferstraw.h libs/gst/check/: Add G_BEGIN_DECLS and G_END_DECLS. Move GST_CHECK_MAIN where it belongs. 2007-01-12 12:48:25 +00:00
gstcheck.c gstcheck: Make _check_buffer_data a bit more verbose 2011-10-17 09:51:15 +02:00
gstcheck.h gstcheck: Make ASSERT_MINI_OBJECT_REFCOUNT more useful 2011-10-17 09:51:15 +02:00
gstconsistencychecker.c pad: rename GstProbeType and GstProbeReturn to GstPadProbe{Type,Return} 2011-11-01 00:15:17 +00:00
gstconsistencychecker.h check: make new GstStreamConsistency structure private 2009-07-28 15:26:42 +01:00
Makefile.am gst: make compiler warn about unstable API if GST_USE_UNSTABLE_API is not defined 2011-07-05 09:46:43 +01:00