gnomemm r1725 - in clutter-gstreamermm/trunk: . clutter-gstreamer/src examples



Author: siavashs
Date: Tue Sep 30 19:12:22 2008
New Revision: 1725
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1725&view=rev

Log:
minor fixes and cleanups

        * clutter-gstreamer/src/gst-audio.hg: removed unneeded Clutter::
        prefix
        * examples/video-player.cc:
        * examples/videoapp.cc: small cleanups, the example works fine, no
        bugs!


Removed:
   clutter-gstreamermm/trunk/examples/README.txt
Modified:
   clutter-gstreamermm/trunk/ChangeLog
   clutter-gstreamermm/trunk/clutter-gstreamer/src/gst-audio.hg
   clutter-gstreamermm/trunk/examples/video-player.cc
   clutter-gstreamermm/trunk/examples/videoapp.cc

Modified: clutter-gstreamermm/trunk/clutter-gstreamer/src/gst-audio.hg
==============================================================================
--- clutter-gstreamermm/trunk/clutter-gstreamer/src/gst-audio.hg	(original)
+++ clutter-gstreamermm/trunk/clutter-gstreamer/src/gst-audio.hg	Tue Sep 30 19:12:22 2008
@@ -32,7 +32,7 @@
 
 //TODO: Documentation.
 class Audio :
-  public Glib::Object, public Clutter::Media
+  public Glib::Object, public Media
 {
   _CLASS_GOBJECT(Audio, ClutterGstAudio, CLUTTER_GST_AUDIO, Glib::Object, GObject)
 

Modified: clutter-gstreamermm/trunk/examples/video-player.cc
==============================================================================
--- clutter-gstreamermm/trunk/examples/video-player.cc	(original)
+++ clutter-gstreamermm/trunk/examples/video-player.cc	Tue Sep 30 19:12:22 2008
@@ -2,8 +2,6 @@
 #include <iostream>
 #include "videoapp.hh"
 
-//FIXME: the video playback is paused when moving the mouse pointer which is related to signals
-
 int main(int argc, char** argv)
 {
   Glib::RefPtr<Clutter::Stage> stage;

Modified: clutter-gstreamermm/trunk/examples/videoapp.cc
==============================================================================
--- clutter-gstreamermm/trunk/examples/videoapp.cc	(original)
+++ clutter-gstreamermm/trunk/examples/videoapp.cc	Tue Sep 30 19:12:22 2008
@@ -190,8 +190,6 @@
 {
   if(!controls_showing)
     hide_all();
-
-  //controls_timer = 0;
 }
 
 void VideoApp::on_effect_tl_new_frame(int frame_num)



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