GNOME Bugzilla – Bug 351291
qtdemux: Handle QuartzComposer files better
Last modified: 2013-08-22 15:50:44 UTC
The dashboard widget at: http://www.apple.com/downloads/dashboard/webcams/mirror.html is actually a Quicktime file which will look for an iSight camera, and use all kinds of funky QuartzComposer stuff to display a frame. Having at least the "mirror" part working (using HAL to discover the first possible webcam, and feed that into the pipeline) would be nice.
Created attachment 70862 [details] mirror2.mov
It requires parsing the qtz node and setting up a quartz composer pipeline. The quartz composer file format is undocumented. This looks like a project on its own.
Uhm, I think the best we can do here is post a message on the bus with the content of the qtz node, then post an error message that we don't handle it.
(In reply to comment #3) > Uhm, I think the best we can do here is post a message on the bus with the > content of the qtz node, then post an error message that we don't handle it. Fair.
What to do with this?
7 years later, I think we can forget about it.