meson: Add Autotools changes that weren't mirrored

commits:
a7d282d272
6fdb4df0f8
1aceebd67f
This commit is contained in:
Nirbheek Chauhan 2016-11-28 19:28:27 +05:30
parent 1b11ec676e
commit ad592f86b6
3 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,6 @@ gst_sources = [
'gstcapsfeatures.c',
'gstchildproxy.c',
'gstclock.c',
'gstclock-linreg.c',
'gstcontext.c',
'gstcontrolbinding.c',
'gstcontrolsource.c',

View file

@ -1,6 +1,7 @@
gst_elements_sources = [
'gstcapsfilter.c',
'gstconcat.c',
'gstdataurisrc.c',
'gstdownloadbuffer.c',
'gstelements.c',
'gstelements_private.c',

View file

@ -77,6 +77,7 @@ core_tests = [
[ 'libs/queuearray.c' ],
[ 'elements/capsfilter.c', not have_registry ],
[ 'elements/concat.c', not have_registry ],
[ 'elements/dataurisrc.c', not have_registry ],
[ 'elements/fakesrc.c', not have_registry ],
[ 'elements/fdsrc.c', not have_registry ],
[ 'elements/filesink.c', not have_registry ],