summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* intel-microcode: fix the license md5sumAnuj Mittal2021-02-171-1/+1
| | | | | | The upgrade was pushed without the correct license md5sum. Fix it now. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* microcode.py: updated test to read microcode for exact signaturesangeeta jain2021-02-171-8/+3
| | | | | | | | | Updated testcase to read microcode versions applied for exact signature for CPU and for any microcode versions that are updated already. This change will cover scenario when there is no microcode being early loaded by OS. Signed-off-by: sangeeta jain <sangeeta.jain@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade 20201118 -> 20210216Anuj Mittal2021-02-171-1/+1
| | | | | | | | | Release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20210216 Fixes CVE-2020-8698, CVE-2020-8696 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* conf: remove thermald from MACHINE_ESSENTIAL_EXTRA_RDEPENDSNaveen Saini2021-02-161-1/+1
| | | | | | | | thermald recipe moved to dynamic layer due to meta-oe dependency. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: upgrade 2.2 -> 2.4.2Naveen Saini2021-02-162-31/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed new dependencies failure. | automake: error: cannot open < gtk-doc.make: No such file or directory | autoreconf: error: automake failed with exit status: 1 | checking for upower-glib... no | configure: error: Package requirements (upower-glib) were not met: | | No package 'upower-glib' found | checking for libevdev... no | configure: error: Package requirements (libevdev) were not met: | | No package 'libevdev' found upower library recipe comes from meta-openembedded/meta-oe layer, so moved recipe to dyanmic-layer. Dropped patch, which is not requried anymore. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* itt: upgrade 3.15.12 -> 3.18.10Naveen Saini2021-02-091-1/+8
| | | | | | | | | | | | | | fixed QA Issue: Architecture did not match (x86, expected x86-64) Error log: QA Issue: Architecture did not match (x86, expected x86-64) in /usr/include/ittnotify/fortran/posix/x86/ittfortran.o [arch] Ref: https://github.com/intel/ittapi/commit/d90eaa25a70f651e9f7e82a16b29074b5f77fed8 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: upgrade 2046.0.0.0 -> 2052.1.0.0Naveen Saini2021-02-091-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.0.26 -> 1.1.0Naveen Saini2021-02-091-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo: upgrade 2021.1 -> 2021.2Anuj Mittal2021-02-042-40/+2
| | | | | | | Drop a patch that has been merged and include another that was accidently left off during the last upgrade. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald.py: fix 'thermald --no-daemon' taking forever issueNaveen Saini2021-02-041-3/+5
| | | | | | | | | | | | | | | skip test if CONFIG_THERMAL_EMULATION is not set Observed multiple issues: (1) Randomly not picking pid of thermld daemon (not sure why) (2) 'thermald --no-daemon --loglevle=info' taking forever Increase sleep time to make sure pid is avaialble. Added timeout for the command. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to v5.10.4-rt22Anuj Mittal2021-02-041-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.10: update to v5.10.8Anuj Mittal2021-02-041-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.10: fix build with binutils 2.36Anuj Mittal2021-02-034-2/+282
| | | | | | | Backport a couple of patches to fix builds with binutils v2.36. These should not be required once these are made available in LTS branches. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: enable opencl by defaultAnuj Mittal2021-02-031-1/+1
| | | | | | | Make sure that ClDNN runtime is built by default. This would need clang layer to be included as well. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: upgrade 20.46.18421 -> 21.04.18912Naveen Saini2021-02-021-1/+1
| | | | | | | | Ref: https://github.com/intel/compute-runtime/releases/tag/21.04.18912 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: upgrade 1.0.5435 -> 1.0.6083Naveen Saini2021-02-022-18/+23
| | | | | | | | Refreshed patch. Drop VectorCompiler build config, which is not require anymore. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* vc-intrinsics: update to include latest commitsNaveen Saini2021-02-022-61/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It includes: 77974f5 Wrap getTypeByName() to build with ToT LLVM 2de2dd4 Mangle intrinsic names 017cfcd Added predication for genx_masked_gather. 5032643 Add gather4_masked_scaled2 and gather_masked_scaled2 intrinsics a08fe5b Add internal llvm.genx.gaddr intrinsic for constant/global table support cf29e35 use a more strict version of cast operation in lowerUnmaskOps d2a2184 Use standard installation directory variables 7cbfe2e Allow OCL types without address convert in reader 410f50d Fix twice application of writer adaptor e42097e Add GENX_REWRITE_SEV environment variable for debug ca68b87 Rewrite single element vectors before spirv 008db27 Removing some whitespaces 3b2b67f Correct docs on gather/scatter scaled instructions 9bba8b5 Delete legacy intrinsics d684443 Add Instructions.h to llvmVCWrapper Add getNumElements func to llvmVCWrapper 4d724e3 CMCallable attribute conversion in AdaptorCM 73b335b Add Alignment.h to llvmVCWrapper 04d4900 Ignore non-vc kernels in reader type translation b3f075d Remove SPIRVMemoryModel setting in GenXSPIRVWriterAdaptor eabcd20 Add jump_table intrinsic 82711ce Fix to make lit tests pass for llvm7: forward isVolatile arg explicitly when creating load/store 6506440 add missing default initializer to CMSimdCFLower member 9a03e3e Fix for problem with incorrect MD in LLVM IR 4515d60 avoid returning potentially-unitialized value 414153d Fix for wrr predication if new value is a result of a bitcast 77974f5 (HEAD -> master, origin/master, origin/HEAD) Wrap getTypeByName() to build with ToT LLVM 2de2dd4 Mangle intrinsic names 017cfcd Added predication for genx_masked_gather. 5032643 Add gather4_masked_scaled2 and gather_masked_scaled2 intrinsics a08fe5b Add internal llvm.genx.gaddr intrinsic for constant/global table support cf29e35 use a more strict version of cast operation in lowerUnmaskOps d2a2184 Use standard installation directory variables 7cbfe2e Allow OCL types without address convert in reader 410f50d Fix twice application of writer adaptor e42097e Add GENX_REWRITE_SEV environment variable for debug ca68b87 Rewrite single element vectors before spirv 008db27 Removing some whitespaces 3b2b67f Correct docs on gather/scatter scaled instructions 9bba8b5 Delete legacy intrinsics d684443 Add Instructions.h to llvmVCWrapper Add getNumElements func to llvmVCWrapper 4d724e3 CMCallable attribute conversion in AdaptorCM 73b335b Add Alignment.h to llvmVCWrapper 04d4900 Ignore non-vc kernels in reader type translation b3f075d Remove SPIRVMemoryModel setting in GenXSPIRVWriterAdaptor eabcd20 Add jump_table intrinsic 82711ce Fix to make lit tests pass for llvm7: forward isVolatile arg explicitly when creating load/store 6506440 add missing default initializer to CMSimdCFLower member 9a03e3e Fix for problem with incorrect MD in LLVM IR 4515d60 avoid returning potentially-unitialized value 414153d Fix for wrr predication if new value is a result of a bitcast 23d4b41 Add SPIRV writer adaptor types translation 9eda835 Deduced number of channels under SIMD CFG for functions which use genx_replicate_mask attribute 3b3f9d9 Add llvm version to test features e13f274 Fix wrong address space for sampler type in reader 5829ad6 Fix missing compatibility with old translator in GenXSPIRVReaderAdaptor.cpp 3a287f5 Add GetOldStyleKernelMD function to GenXMetadata.h 60dec9a Uniform GenXMetadata.h with AdaptorsCommon.h ec7de0b Move SPIRV-specific parameters to AdaptorsCommon.h b869876 Use consume_front in SPIRV reader adaptor 2bb7a70 Fix SPIRV reader adaptor mistranslation of non-global pointers 40db2bb Add SPIRV reader adaptor types translation 65b7d2b Add more correct wrapper for global value address space 2e496ce Synchronize repository Drop patch, which is already merged and avaialble. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang: update to include latest commitsNaveen Saini2021-02-021-1/+1
| | | | | | | | | | | | | | | | It includes: c67648d Merge pull request #226 from hewj03/ocl-open-110 7ff6cf2 Remove "spirv work-item builtin debug-info patch" 8353f4d Extend llvm_shutdown to fix ManagedStatic memleak 05fd5aa Merge pull request #220 from azabazno/opencl_30_nosvm_2 70f45fb Keep same error for 2.0 1aed7d7 OpenCL C 3.0 patch update: allow nosvm attribute for 3.0 dbddfc2 Merge pull request #214 from lwesiers/ocl-open-110 7fc8e28 Fix typo 0442aee Improved patching mechanism and printing logs Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* llvm-project-source: update to include latest commitsNaveen Saini2021-02-021-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: backport fixed VP9 444 frame header.Lim Siew Hoon2021-02-022-0/+44
| | | | | | | | Fixes VP9 444 encode output not able decode with gstreamer-vaapi master. Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: set preferred LLVM version to 11.1.0Naveen Saini2021-02-011-1/+1
| | | | | | | | Ref: https://github.com/kraj/meta-clang/commit/67a7cad4bb48ef569b4eeb4b3c923133d2d422a6 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang: set preferred LLVM version to 11.1.0Naveen Saini2021-02-011-0/+1
| | | | | | | Ref:https://github.com/kraj/meta-clang/commit/67a7cad4bb48ef569b4eeb4b3c923133d2d422a6 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* sbsigntool-native: fix native last QA issueAlexandre Belloni2021-01-281-1/+2
| | | | | | | | | | The native inherit should be last, move it. Solves: QA Issue: sbsigntool-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. [native-last] Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: backport fixLim Siew Hoon2021-01-272-0/+39
| | | | | | | | | | | | fixes dmabuf sharing with glimagesink failing with AYUV color format between msdkvpp and glimagesink from gst-plugins-bad master Backport patches: * 0001-media-libva-Add-export-AYUV-color-in-vaExportSurface.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: upgrade 1.39 -> 1.41Anuj Mittal2021-01-271-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.4: update to v5.4.87Naveen Saini2021-01-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Updates -rt patchset to -rt48. Updated kernel config as well to include: intel-x86: enable edac support for Elkhart Lake intel-x86-64: firmware: fix CONFIG_FW_LOADER option mismatch warning nxp-imx8: include hugetlb feature kver: bumping to v5.4.90 ti-j72xx: add CMA and DMA_CMA configs drm: fix CONFIG_DRM_KMS_HELPER mismatch warning ti-j72xx: add config CONFIG_GPIO_SYSFS ti-j72xx: add config CONFIG_SCSI_UFS_BSG kver: bumping to v5.4.87 SP7021 SoC BSP intel-x86: adds support for Dynamic Platform and Thermal Framework intel-x86: enable Intel Uncore frequency control intel-x86: add Intel Intel Data Accelerators support support nxp-imx8: Correct the pci config enable pcie function ti-j72xx: add RPMSG & REMOTEPROC configs kver: bumping to v5.4.85 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.4: update to v5.4.90Naveen Saini2021-01-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tag 'v5.4.90': (169 commits) Linux 5.4.90 regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init() net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed packet block: fix use-after-free in disk_part_iter_next KVM: arm64: Don't access PMCR_EL0 when no PMU is available net: mvpp2: disable force link UP during port init procedure regulator: qcom-rpmh-regulator: correct hfsmps515 definition wan: ds26522: select CONFIG_BITREVERSE regmap: debugfs: Fix a memory leak when calling regmap_attach_dev net/mlx5e: Fix two double free cases net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups bpftool: Fix compilation failure for net.o with older glibc iommu/intel: Fix memleak in intel_irq_remapping_alloc lightnvm: select CONFIG_CRC32 block: rsxx: select CONFIG_CRC32 wil6210: select CONFIG_CRC32 qed: select CONFIG_CRC32 dmaengine: xilinx_dma: fix mixed_enum_type coverity warning dmaengine: xilinx_dma: fix incompatible param warning in _child_probe() dmaengine: xilinx_dma: check dma_async_device_register return value ... Updated kernel config as well to include: intel-x86: enable edac support for Elkhart Lake intel-x86-64: firmware: fix CONFIG_FW_LOADER option mismatch warning nxp-imx8: include hugetlb feature kver: bumping to v5.4.90 ti-j72xx: add CMA and DMA_CMA configs drm: fix CONFIG_DRM_KMS_HELPER mismatch warning ti-j72xx: add config CONFIG_GPIO_SYSFS ti-j72xx: add config CONFIG_SCSI_UFS_BSG kver: bumping to v5.4.87 SP7021 SoC BSP intel-x86: adds support for Dynamic Platform and Thermal Framework intel-x86: enable Intel Uncore frequency control intel-x86: add Intel Intel Data Accelerators support support nxp-imx8: Correct the pci config enable pcie function ti-j72xx: add RPMSG & REMOTEPROC configs kver: bumping to v5.4.85 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: upgrade 2039.1.0.0 -> 2046.0.0.0Naveen Saini2021-01-211-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* hdcp: upgrade 20.2.0 -> 20.4.0Naveen Saini2021-01-211-0/+0
| | | | | | | Upgrade does not have new commits only release tag version bump. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* metee: upgrade 2.2.2 -> 3.0.0Naveen Saini2021-01-211-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libxcam: upgrade 1.4.0 -> 1.5.0Naveen Saini2021-01-213-78/+2
| | | | | | | | Drop patches which are merged and avaialble in this release. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.0.22 -> 1.0.26Anuj Mittal2021-01-211-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbevf: upgrade 4.9.3 -> 4.10.2Anuj Mittal2021-01-211-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbe: upgrade 5.9.4 -> 5.10.2Anuj Mittal2021-01-211-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* conf/machine: set preferred kernel to 5.10Naveen Saini2021-01-141-2/+2
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: fix config warningsNaveen Saini2021-01-141-1/+1
| | | | | | | | | | | | Update kernel config It includes: soc/skylake: remove CONFIG_SND_SOC_INTEL_SST_ACPI features/security: remove CONFIG_REFCOUNT_FULL media-usb-tv: remove CONFIG_VIDEO_USBVISION Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.10: fix config warningsNaveen Saini2021-01-141-1/+1
| | | | | | | | | | | | Update kernel config It includes: soc/skylake: remove CONFIG_SND_SOC_INTEL_SST_ACPI features/security: remove CONFIG_REFCOUNT_FULL media-usb-tv: remove CONFIG_VIDEO_USBVISION Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: add recipeAnuj Mittal2021-01-081-0/+25
| | | | | | Based on v5.10.1-rt20. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: upgrade 20.3.3 -> 20.4.1Lim Siew Hoon2021-01-041-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 20.4.3 -> 20.4.5Lim Siew Hoon2021-01-044-142/+1
| | | | | | | | | | Drops patches already merged. * 0001-Encode-Fixed-VP9-444-frame-header.patch * 0001-media_libva-export-packed-YUV-when-VA_EXPORT_SURFACE.patch * 0002-media-libva-Add-export-AYUV-color-in-vaExportSurface.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk: upgrade 20.5.0 -> 20.5.1Lim Siew Hoon2021-01-041-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.10: add recipeAnuj Mittal2021-01-041-0/+21
| | | | | | | Add recipe to build LTS 5.10 kernel along with kernel configs from yocto-5.10 branch. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer: upgrade 2021.1 -> 2021.2Anuj Mittal2020-12-301-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk: upgrade 20.3.0 -> 20.5.0Lim Siew Hoon2020-12-292-233/+2
| | | | | | | | Drop patch as it as merged upstream: * 0001-Fix-video-stuttering-during-wayland-rendering.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 20.3.0 -> 20.4.3Lim Siew Hoon2020-12-291-2/+2
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libva-intel-utils: upgrade 2.9.1 -> 2.10.0Lim Siew Hoon2020-12-291-2/+2
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libva-intel: upgrade 2.9.0 -> 2.10.0Lim Siew Hoon2020-12-291-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: upgrade 20.3.2 -> 20.3.3Lim Siew Hoon2020-12-291-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino: upgrade 2021.1 -> 2021.2Anuj Mittal2020-12-295-227/+125
| | | | | | | | | | For release notes, see: https://software.intel.com/content/www/us/en/develop/articles/openvino-relnotes.html Refresh patches and use the now available option to build against system version of pugixml. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel_vaapi_driver.py: fix encoding pipelineNaveen Saini2020-12-291-5/+3
| | | | | | | | | | | | | | | | | | | Add missing h264parse in pipeline Error log: dd Pipeline is PREROLLING ... Got context from element 'vaapisink0': gst.vaapi.Display=context, gst.vaapi.Display=(GstVaapiDisplay)"\(GstVaapiDisplayDRM\)\ vaapidisplaydrm1"; ERROR: from element /GstPipeline:pipeline0/GstQTDemux:qtdemux0: This file is corrupt and cannot be played. Additional debug info: ../gst-plugins-good-1.18.2/gst/isomp4/qtdemux.c(12726): qtdemux_parse_trak (): /GstPipeline:pipeline0/GstQTDemux:qtdemux0 ERROR: pipeline doesn't want to preroll. ERROR: from element /GstPipeline:pipeline0/GstQTDemux:qtdemux0: This file contains no playable streams. No need to export i965 driver anymore. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>