2006-08-30 Jorn Baayen <jorn@openedhand.com>

* README:
	* clutter/Makefile.am:
	* clutter/clutter-audio.c:
	* clutter/clutter-audio.h:
	* clutter/clutter-main.c: (clutter_init):
	* clutter/clutter-media.c:
	* clutter/clutter-media.h:
	* clutter/clutter-video-texture.c:
	* clutter/clutter-video-texture.h:
	* clutter/clutter.h:
	* configure.ac:
	* examples/Makefile.am:
	* examples/README:
	* examples/video-cube.c:
	* examples/video-player.c:
	* gst/Makefile.am:
	* gst/clutterimagesink.:
	* gst/clutterimagesink.c:
	* gst/clutterimagesink.h:
	* gtk/Makefile.am:

	Remove gstreamer bits. There live in clutter-gst now.
This commit is contained in:
Jorn Baayen
2006-08-30 13:48:48 +00:00
parent f907bcee1e
commit 458b4b47a7
26 changed files with 42 additions and 5366 deletions

View File

@ -41,8 +41,6 @@
#include "clutter-stage.h"
#include "clutter-private.h"
#include <gst/gst.h> /* for gst_init() */
typedef struct
{
GSource source;
@ -551,8 +549,6 @@ clutter_init (int *argc, char ***argv)
XInitThreads();
gst_init (argc, argv);
context->main_loops = NULL;
context->main_loop_level = 0;