OPTS="$OPTS --disable-examples"  &&
if [[ $GST_PLUGINS_GOOD_EXPERIMENTAL == "y" ]]; then
  OPTS+=" --enable-experimental"
fi &&
default_build
