gstreamer/tests/check/pipelines
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 gitignore: ignore new queue-error test 2009-08-07 02:36:29 +01:00
cleanup.c Fixes for -Wwrite-strings 2010-03-10 20:50:10 +01:00
parse-disabled.c gst/: Maintain API and ABI when --disable-parse is used. Now that we have an appropriate error code, we can just retu... 2007-05-09 16:32:07 +00:00
parse-launch.c value: remove our FOURCC GType 2011-08-22 12:19:19 +02:00
queue-error.c pad: rename GstProbeType and GstProbeReturn to GstPadProbe{Type,Return} 2011-11-01 00:15:17 +00:00
simple-launch-lines.c tests: fix compilation 2011-10-27 16:51:43 +02:00
stress.c basesink: remove preroll-queue-len property 2011-08-25 12:38:58 +02:00