gashdemux plugin integration to Gstreamer sdk 0.10

Sebastian Dröge sebastian at centricular.com
Sun Oct 27 22:21:43 CET 2013


On Do, 2013-10-24 at 10:27 -0700, mourad wrote:
> Hi all,
> 
> I would like to cross-compile the GStreamer 0.10 sdk with dashdemux plugin
> for Android system.
> 
> First, i added the libgstdashdemux to the gst-plugins-bad.recipe as below :
> files_plugins_codecs = [
>              	'lib/gstreamer-0.10/libgstadpcmdec%(mext)s',
> 	        'lib/gstreamer-0.10/libgstadpcmenc%(mext)s',
>              	'lib/gstreamer-0.10/libgstaiff%(mext)s',
>              	'lib/gstreamer-0.10/libgstdashdemux%(mext)s',
>                 ...
>                 ]
> I received the following error : ***** Error running 'package' command:
> The following files required by this package are missing:
>  lib/gstreamer-0.10/libgstdashdemux.so
> 
> Second, I replaced the gst-plugins-bad.recipe with the
> gst-plugins-bad-1.0.recipe of the cerbero-1.2.0 
> I received the following error message:
> 
> gstdccpserversink.c:315: error: undefined reference to 'pthread_cancel'
> collect2: error: ld returned 1 exit status
> make[3]: *** [libgstdccp.la] Error 1
> make[3]: Leaving directory
> `/home/mtlili/cerbero/sources/android_arm/gst-plugins-bad-0.10.23/gst/dccp'
> make[2]: *** [dccp] Error 2
> make[2]: Leaving directory
> `/home/mtlili/cerbero/sources/android_arm/gst-plugins-bad-0.10.23/gst'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/mtlili/cerbero/sources/android_arm/gst-plugins-bad-0.10.23'
> make: *** [all] Error 2
> ***** Error running 'package' command:
> Recipe 'gst-plugins-bad' failed at the build step 'compile'
> 
> Could you help me please ?

The dashdemux plugin is not available for 0.10 and you need to port it
to the 0.10 API first. Or simply use a modern GStreamer version that is
not unmaintained since about 2 years.

-- 
Sebastian Dröge <sebastian at centricular.com>
Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131027/a6b5d0b7/attachment-0001.pgp>


More information about the gstreamer-devel mailing list