]> git.saurik.com Git - wxWidgets.git/commitdiff
remove superflous comments
authorRyan Norton <wxprojects@comcast.net>
Thu, 10 Feb 2005 14:39:33 +0000 (14:39 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 10 Feb 2005 14:39:33 +0000 (14:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/mediactrl.cpp

index a0b3182c5d109b22d8431719b917031470a5afc5..522f2121b7ff0974727efc4d856ff998d0d591f3 100644 (file)
@@ -46,7 +46,6 @@
 //
 //  wxGStreamerMediaBackend
 //
-// This won't compile/work without a little work yet...
 // Uses nanoseconds...
 //---------------------------------------------------------------------------
 #if wxUSE_GSTREAMER
@@ -465,8 +464,6 @@ bool wxGStreamerMediaBackend::Pause()
 
 bool wxGStreamerMediaBackend::Stop()
 {
-    //FIXME:  GStreamer won't update the position for getposition for some reason
-    //until it is played again...
     if (gst_element_set_state (m_player,
                     GST_STATE_PAUSED)    != GST_STATE_SUCCESS)
         return false;