Remove compositor plugin which was moved to -base
[platform/upstream/gstreamer.git] / tests / examples / meson.build
index d15f5af..6a05682 100644 (file)
@@ -1,12 +1,19 @@
-# FIXME - Add other missing examples!
-subdir('compositor')
+subdir('audiomixmatrix')
+subdir('avsamplesink')
+subdir('camerabin2')
+subdir('codecparsers')
+subdir('directfb')
+subdir('ipcpipeline')
 subdir('mpegts')
+subdir('mxf')
+subdir('opencv', if_found: opencv_dep)
+subdir('uvch264')
+subdir('waylandsink')
+subdir('webrtc')
 
-if build_gstgl and gstgl_dep.found()
-  executable('playout',
-      'playout.c',
-      install: true,
-      dependencies : [gstgl_dep],
-      c_args : ['-DGST_USE_UNSTABLE_API', ],
-      )
-endif
+executable('playout',
+  'playout.c',
+  install: true,
+  dependencies : [gstbase_dep, gstvideo_dep],
+  c_args : ['-DGST_USE_UNSTABLE_API', ],
+)