gnomemm r2063 - in gstreamermm/trunk: . examples/media_player_gtkmm



Author: jaalburqu
Date: Wed Feb 18 05:35:28 2009
New Revision: 2063
URL: http://svn.gnome.org/viewvc/gnomemm?rev=2063&view=rev

Log:
2009-02-18  Josà Alburquerque  <jaalburqu svn gnome org>

	* examples/media_player_gtkmm/main.cc: Removed incorrect comment.

Modified:
   gstreamermm/trunk/ChangeLog
   gstreamermm/trunk/examples/media_player_gtkmm/main.cc

Modified: gstreamermm/trunk/examples/media_player_gtkmm/main.cc
==============================================================================
--- gstreamermm/trunk/examples/media_player_gtkmm/main.cc	(original)
+++ gstreamermm/trunk/examples/media_player_gtkmm/main.cc	Wed Feb 18 05:35:28 2009
@@ -37,8 +37,6 @@
 
   // playbin2 plays any media type, choosing an appropriate set of elements
   // and linking them together.
-  // playbin2 implements Gst::XOverlay so it accepts a window id in which 
-  // to draw video.
   Glib::RefPtr<Gst::PlayBin2> playbin = Gst::PlayBin2::create("playbin");
 
   if(!playbin)
@@ -56,7 +54,8 @@
     return -1;
   }
 
-  // Set the playbin's video-sink property so that our video sink is used for video display:
+  // Set the playbin's video-sink property so that our video sink is used
+  // for video display:
   playbin->property_video_sink() = video_sink;
 
   //Create our player window and give it the pipeline and video sink:



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