Our SMIL files are structured as follows:
<smil>
<head>
<meta base="rtmp://1.1.122.41/mds1/"/>
</head>
<body>
<switch>
<video src="mp4:2090132872118/example.mp4"/>
</switch>
</body>
</smil>
Naturally the naive parser in the SMIL plugin fails to handle the nesting
of the video element inside a switch element. The attached patch solves
this problem without interfering with the original intent of this function.
Original issue reported on code.google.com by ugge...@gmail.com on 10 Sep 2009 at 4:19
Original issue reported on code.google.com by
ugge...@gmail.com
on 10 Sep 2009 at 4:19Attachments: