blob: e072dbf893bfbaa1f037cf1e280c5f2a007f1d5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
--- pornview-0.2.0pre1.orig/src/support/widgets/gtkxine.c 2003-01-03 23:48:21.000000000 +0100
+++ pornview-0.2.0pre1/src/support/widgets/gtkxine.c 2005-02-11 00:02:53.155157176 +0100
@@ -376,7 +376,6 @@
}
}
- pthread_exit (NULL);
return NULL;
}
@@ -595,12 +594,6 @@
(gdk_display)), 0, 0);
#endif
- /*
- * now, create a xine thread
- */
-
- pthread_create (&this->thread, NULL, xine_thread, this);
-
return;
}
@@ -623,11 +616,6 @@
this->stream = NULL;
/*
- * stop event thread
- */
- pthread_cancel (this->thread);
-
- /*
* kill the drivers
*/
if (this->vo_driver != NULL)
|