aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer-0.10.36
AgeCommit message (Collapse)Author
2016-11-22gstreamer: fix rare but annoying build errorsAndreas Müller
same as: commit 63707b56b5352ed72f1c5291967455b78f50fb7d Author: Andreas Müller <schnitzeltony@googlemail.com> Date: Sun Oct 2 22:16:52 2016 +0200 gst-plugins-base: fix rare but annoying build errors Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-04-01gstreamer: fix argument parsing when using Bison 3Stefan Agner
Remove the argument fix patch and add a patch which fixes the grammer.y Bison input file. YYLEX_PARAM seems to be no longer supported and has been replaced with %parse-param which has been introduced already in 2003. This fixes a segmentation fault when launching gst-launch-0.10. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-28gstreamear: rename directory to gstreamer-0.10Alexander Kanavin
* gst-plugins-gl: fix the path to a required include * so that it's clear that the recipes it contains are specific to the obsolete, unmaintained version of gstreamer. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>