[Webkit-unassigned] [Bug 117039] [GStreamer] Support audio and video tracks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 30 19:19:01 PDT 2013


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





--- Comment #21 from Brendan Long <b.long at cablelabs.com>  2013-05-30 19:17:29 PST ---
  * No more segfaults on notify:: callbacks (my function signature was wrong).
  * Language and label work perfectly.
  * Using notify::current-audio or current-video instead of notify::active. See: https://bugzilla.gnome.org/show_bug.cgi?id=701319
  * We correctly detect when the active stream changes and set enabled/selected appropriately.
  * Selecting a different audio or video track and then seeking (by clicking on the seek bar) causes the video to stop playing. There's no errors, so I think this is something about how we're seeking in WebKit.
  * If you select a different track, it immediately cuts off audio or video, and then it takes a long time to come back. See: https://bugzilla.gnome.org/show_bug.cgi?id=680336
  * For some reason if you play a video twice, it sometimes crashes because the input-selector was deleted, but we still have a pad. I think the main problem is that we're keeping the pad around after the input-selector is gone, but I reported this too, since I don't think it should crash: https://bugzilla.gnome.org/show_bug.cgi?id=701323

-- 
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