[Webkit-unassigned] [Bug 116042] [GStreamer] [texmap] upload a video buffer into the video texture

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 26 08:02:41 PDT 2013


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





--- Comment #50 from Brendan Long <b.long at cablelabs.com>  2013-06-26 08:04:35 PST ---
(In reply to comment #49)
> Do you have theoradec ? I wonder why it's being plugged for a mkv file.

Yes, I can gst-inspect-1.0 theoradec, and I can play that file with gst-launch-1.0 playbin uri=file:///path/to/file, plus it works if I build WebKit before these commits.

The file was created with GStreamer using something like this:

    gst-launch-1.0 -e videotestsrc ! theoraenc ! matroskamux name=mux ! filesink location=example.mkv videotestsrc pattern=checkers-8 ! theoraenc ! mux. audiotestsrc ! vorbisenc ! mux. audiotestsrc wave=white-noise ! vorbisenc ! mux.

The purpose is to have a file with multiple audio and video streams. So, the streams are theora.

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