gstreamer/tests/check/elements
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
..
.gitignore tests: add some basic unit tests for queue2 2011-04-07 20:50:04 +01:00
capsfilter.c Fix assertion in basetransform when the subclass chooses not to allocate a buffer in prepare_buffer(), and make capsf... 2008-09-28 21:19:15 +00:00
fakesink.c pad: GST_FLOW_UNEXPECTED -> GST_FLOW_EOS 2011-10-10 11:33:51 +02:00
fakesrc.c tests: make some tests compile 2011-03-28 20:08:46 +02:00
fdsrc.c Revert "query: allow _make_writable on query handlers" 2011-05-17 11:21:41 +02:00
filesink.c Merge branch 'master' into 0.11 2011-09-08 14:28:23 +02:00
filesrc.c pad: GST_FLOW_UNEXPECTED -> GST_FLOW_EOS 2011-10-10 11:33:51 +02:00
funnel.c tests: fix compilation 2011-10-27 17:09:51 +02:00
identity.c tests: make some tests compile 2011-03-28 20:08:46 +02:00
multiqueue.c tests: Update for negotiation related API changes 2011-05-16 15:33:11 +02:00
queue.c queue: fix unit test 2011-07-05 16:20:03 +02:00
queue2.c tests: fix unusued-but-assigned-variable warnings with gcc 4.6 2011-04-11 15:08:30 +01:00
selector.c pad: rename GstProbeType and GstProbeReturn to GstPadProbe{Type,Return} 2011-11-01 00:15:17 +00:00
tee.c tests: fix compilation 2011-10-27 17:09:51 +02:00
valve.c tests: Update for caps/pad template related API changes 2011-05-17 13:14:16 +02:00