gnomemm r2063 - in gstreamermm/trunk: . examples/media_player_gtkmm
- From: jaalburqu svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r2063 - in gstreamermm/trunk: . examples/media_player_gtkmm
- Date: Wed, 18 Feb 2009 05:35:29 +0000 (UTC)
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]