$video.append('<source />')
                    .children('source')
                    .attr('src', data.href)
                    .attr('type', data.type);