summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Walthinsen <omega@temple-baptist.org>2001-09-25 19:01:58 +0000
committerErik Walthinsen <omega@temple-baptist.org>2001-09-25 19:01:58 +0000
commitd4afd62f1afd2f4f0d0d4e39216d658c395c8c58 (patch)
tree0e6b73d096eeecc4f0c03e0e3c7bf6c2e68f3fed
parentd938af01752ee6bcac79d22592d65302e4159478 (diff)
downloadgstreamer-d4afd62f1afd2f4f0d0d4e39216d658c395c8c58.tar.gz
changed videosink to xvideosink
Original commit message from CVS: changed videosink to xvideosink
-rw-r--r--tests/autoplug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autoplug.c b/tests/autoplug.c
index 1d9e8d1176..df720b5529 100644
--- a/tests/autoplug.c
+++ b/tests/autoplug.c
@@ -18,7 +18,7 @@ main (int argc, char *argv[])
osssink = gst_elementfactory_make ("osssink", "osssink");
g_assert (osssink != NULL);
- videosink = gst_elementfactory_make ("videosink", "videosink");
+ videosink = gst_elementfactory_make ("xvideosink", "videosink");
g_assert (videosink != NULL);
testcaps = gst_caps_new ("test_caps",