[clutter-gst] video-texture: Remove the download-buffering class signal handler



commit 10d5638b3ce3a0c9473d9f4eeb29edc006819af6
Author: Damien Lespiau <damien lespiau intel com>
Date:   Tue Aug 30 15:24:52 2011 +0100

    video-texture: Remove the download-buffering class signal handler
    
    This is a API change, but I can because we are still in a unstable
    branch. Really noone should have overriden that anyway.
    
    This allows the signal to be handled in the Player and that's it.

 clutter-gst/clutter-gst-video-texture.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-video-texture.h b/clutter-gst/clutter-gst-video-texture.h
index 6b8ca69..5f0a68c 100644
--- a/clutter-gst/clutter-gst-video-texture.h
+++ b/clutter-gst/clutter-gst-video-texture.h
@@ -93,9 +93,7 @@ struct _ClutterGstVideoTextureClass
   ClutterTextureClass parent_class;
 
   /* Future padding */
-  void (* download_buffering) (ClutterGstVideoTexture *video_texture,
-			       gdouble                 start,
-			       gdouble                 stop);
+  void (* _clutter_reserved1) (void);
   void (* _clutter_reserved2) (void);
   void (* _clutter_reserved3) (void);
   void (* _clutter_reserved4) (void);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]