[gstreamer-bugs] [Bug 579926] [directshowvideosink] Doesn't update the last frame after a seek with the pipeline in PAUSED state.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Feb 14 11:50:12 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=579926
  GStreamer | gst-plugins-bad | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #153788|none                        |reviewed
             status|                            |

--- Comment #8 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-02-14 19:50:07 UTC ---
Review of attachment 153788:
 --> (https://bugzilla.gnome.org/review?bug=579926&attachment=153788)

::: sys/dshowvideosink/dshowvideosink.cpp
@@ +178,3 @@
       GST_DEBUG_FUNCPTR (gst_dshowvideosink_unlock_stop);
+  gstbasesink_class->render = GST_DEBUG_FUNCPTR
(gst_dshowvideosink_show_frame);
+  gstbasesink_class->preroll = GST_DEBUG_FUNCPTR
(gst_dshowvideosink_show_frame);

I think this should be

gstvideosink_class->show_frame =
GST_DEBUG_FUNCPTR(gst_dshowvideosink_show_frame);

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list