[Webkit-unassigned] [Bug 56930] [GStreamer] RTSP playback broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 11 09:13:15 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=56930


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #88987|review?                     |review+
               Flag|                            |




--- Comment #9 from Martin Robinson <mrobinson at webkit.org>  2011-04-11 09:13:15 PST ---
(From update of attachment 88987)
View in context: https://bugs.webkit.org/attachment.cgi?id=88987&action=review

Thanks for fixing this up!

> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:49
>  gboolean mediaPlayerPrivateMessageCallback(GstBus* bus, GstMessage* message, gpointer data);
> -void mediaPlayerPrivateVolumeChangedCallback(GObject* element, GParamSpec* pspec, gpointer data);
> -void mediaPlayerPrivateMuteChangedCallback(GObject* element, GParamSpec* pspec, gpointer data);
>  void mediaPlayerPrivateSourceChangedCallback(GObject* element, GParamSpec* pspec, gpointer data);

It'd be great to remove to remov the remaining two callback in a followup patch. :)

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



More information about the webkit-unassigned mailing list