working jack elements (fixed a problem in upstream jack) random other fixen...
authorAndy Wingo <wingo@pobox.com>
Wed, 12 Jun 2002 03:32:01 +0000 (03:32 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 12 Jun 2002 03:32:01 +0000 (03:32 +0000)
Original commit message from CVS:
* working jack elements (fixed a problem in upstream jack)
* random other fixen...

examples/seeking/spider_seek.c
tests/examples/seek/spider_seek.c
tests/old/examples/seek/spider_seek.c

index b7b3752..b138356 100644 (file)
@@ -41,7 +41,7 @@ make_spider_pipeline (const gchar *location, gboolean thread)
 
   v_thread = gst_thread_new ("v_thread");
   v_queue = gst_element_factory_make ("queue", "v_queue");
-  videosink = gst_element_factory_make ("xvideosink", "v_sink");
+  videosink = gst_element_factory_make ("videosink", "v_sink");
   //g_object_set (G_OBJECT (audiosink), "sync", FALSE, NULL);
 
   g_object_set (G_OBJECT (src), "location", location, NULL);
index b7b3752..b138356 100644 (file)
@@ -41,7 +41,7 @@ make_spider_pipeline (const gchar *location, gboolean thread)
 
   v_thread = gst_thread_new ("v_thread");
   v_queue = gst_element_factory_make ("queue", "v_queue");
-  videosink = gst_element_factory_make ("xvideosink", "v_sink");
+  videosink = gst_element_factory_make ("videosink", "v_sink");
   //g_object_set (G_OBJECT (audiosink), "sync", FALSE, NULL);
 
   g_object_set (G_OBJECT (src), "location", location, NULL);
index b7b3752..b138356 100644 (file)
@@ -41,7 +41,7 @@ make_spider_pipeline (const gchar *location, gboolean thread)
 
   v_thread = gst_thread_new ("v_thread");
   v_queue = gst_element_factory_make ("queue", "v_queue");
-  videosink = gst_element_factory_make ("xvideosink", "v_sink");
+  videosink = gst_element_factory_make ("videosink", "v_sink");
   //g_object_set (G_OBJECT (audiosink), "sync", FALSE, NULL);
 
   g_object_set (G_OBJECT (src), "location", location, NULL);