Could not build gst-plugins-bad from master branch

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Could not build gst-plugins-bad from master branch

mojontp
Hello to everyone,

I have trouble to compile the gst-plugins-bad module. I receive the following error message:

I receive the following error message in the (required) feature videoparsers:

make[3]: Entering directory `/home/myuser/cpp/gst-source-trunks/gst-plugins-bad/gst/mpeg4videoparse'
  CC     libgstmpeg4videoparse_la-mpeg4videoparse.lo
cc1: warnings being treated as errors
mpeg4videoparse.c: In function ‘gst_mpeg4vparse_update_src_caps’:
mpeg4videoparse.c:489:5: error: implicit declaration of function ‘gst_base_parse_set_latency’

What I did:

git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-bad && cd gst-plugins-bad
./autogen.sh
./configure
make

Also
./configure --disable-mpeg4videoparse --disable-mpegvideoparse
did not solve the problem.
I receiven then

gstmpegvideoparse.c: In function ‘gst_mpegv_parse_update_src_caps’:
gstmpegvideoparse.c:575:5: error: implicit declaration of function ‘gst_base_parse_set_latency’


Did anyone already had a similar issue?
Maybe I need to link some modules plugins-bad depend on?

Thanks a lot in advance!





_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Could not build gst-plugins-bad from master branch

Tim-Philipp Müller-2
On Fri, 2011-07-15 at 16:57 +0200, Eugen Funk wrote:

> I have trouble to compile the gst-plugins-bad module. I receive the
> following error message:
>
> I receive the following error message in the (required) feature
> videoparsers:
>
> make[3]: Entering directory
> `/home/myuser/cpp/gst-source-trunks/gst-plugins-bad/gst/mpeg4videoparse'
>   CC     libgstmpeg4videoparse_la-mpeg4videoparse.lo
> cc1: warnings being treated as errors
> mpeg4videoparse.c: In function ‘gst_mpeg4vparse_update_src_caps’:
> mpeg4videoparse.c:489:5: error: implicit declaration of function
> ‘gst_base_parse_set_latency’
>

You need core/base from git as well for this (the requirements in the
configure.ac file should've been updated after the out-of-order 0.10.35
releases). I'll fix this in a second.

Cheers
 -Tim

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel