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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user